We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e861fd8 commit 921f2a4Copy full SHA for 921f2a4
tsconfig.json
@@ -1,6 +1,8 @@
1
{
2
- "extends": "astro/tsconfigs/strictest",
+ "extends": "astro/tsconfigs/strict",
3
"compilerOptions": {
4
+ "noUncheckedIndexedAccess": true,
5
+ "noImplicitOverride": true,
6
"types": ["unplugin-icons/types/astro"]
7
},
8
"include": [".astro/types.d.ts", "**/*"],
0 commit comments