diff --git a/tsconfig.json b/tsconfig.json index 07bf590..56fc357 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,8 +1,10 @@ { - "extends": "astro/tsconfigs/strict", - "include": [".astro/types.d.ts", "**/*"], - "exclude": ["dist"], - "compilerOptions": { - "noImplicitAny": true - } + "extends": "astro/tsconfigs/strict", + "include": [".astro/types.d.ts", "**/*"], + "exclude": ["dist"], + "compilerOptions": { + "noImplicitAny": true, + "noUnusedLocals": true, + "allowUnusedLabels": false + } } \ No newline at end of file