Files
wunix.rhpidfyre.io/tsconfig.json

10 lines
211 B
JSON

{
"extends": "astro/tsconfigs/strict",
"include": [".astro/types.d.ts", "**/*"],
"exclude": ["dist"],
"compilerOptions": {
"noImplicitAny": true,
"noUnusedLocals": true,
"allowUnusedLabels": false
}
}