generated from avior/template-web-astro
chore: up to date to latest standards
This commit is contained in:
@ -1,8 +1,22 @@
|
||||
{
|
||||
"extends": "./node_modules/astro/tsconfigs/strictest.json",
|
||||
"exclude": ["cypress"],
|
||||
"include": [
|
||||
".astro/types.d.ts",
|
||||
"**/*",
|
||||
"src/config/types.d.ts"
|
||||
],
|
||||
"exclude": [
|
||||
"dist",
|
||||
"cypress"
|
||||
],
|
||||
"compilerOptions": {
|
||||
"baseUrl": "src",
|
||||
"allowJs": true
|
||||
"experimentalDecorators": true,
|
||||
"allowJs": true,
|
||||
// hide an issue with typescript
|
||||
"noUnusedLocals": false
|
||||
},
|
||||
"ts-node": {
|
||||
"esm": true
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user