update tsconfig.json to be more strict
This commit is contained in:
@ -3,6 +3,8 @@
|
|||||||
"include": [".astro/types.d.ts", "**/*"],
|
"include": [".astro/types.d.ts", "**/*"],
|
||||||
"exclude": ["dist"],
|
"exclude": ["dist"],
|
||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
"noImplicitAny": true
|
"noImplicitAny": true,
|
||||||
|
"noUnusedLocals": true,
|
||||||
|
"allowUnusedLabels": false
|
||||||
}
|
}
|
||||||
}
|
}
|
Reference in New Issue
Block a user