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