Skip to content

Commit 921f2a4

Browse files
committed
build: update tsconfig
1 parent e861fd8 commit 921f2a4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tsconfig.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
{
2-
"extends": "astro/tsconfigs/strictest",
2+
"extends": "astro/tsconfigs/strict",
33
"compilerOptions": {
4+
"noUncheckedIndexedAccess": true,
5+
"noImplicitOverride": true,
46
"types": ["unplugin-icons/types/astro"]
57
},
68
"include": [".astro/types.d.ts", "**/*"],

0 commit comments

Comments
 (0)