moves tsconfig.json to website/
This commit is contained in:
11
website/src/tsconfig.json
Normal file
11
website/src/tsconfig.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"extends": "astro/tsconfigs/strict",
|
||||
"compilerOptions": {
|
||||
"strictNullChecks": true
|
||||
},
|
||||
"include": [
|
||||
".astro/types.d.ts",
|
||||
"**/*"
|
||||
],
|
||||
"exclude": ["dist"]
|
||||
}
|
||||
Reference in New Issue
Block a user