Skip to content

Commit e22efd7

Browse files
committed
Tighten up tsconfig
1 parent 0b00a93 commit e22efd7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tsconfig.base.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44
"exactOptionalPropertyTypes": true,
55
"module": "node16",
66
"noUncheckedIndexedAccess": true,
7+
"noUncheckedSideEffectImports": true,
78
"rootDir": "./src",
9+
"skipLibCheck": true,
810
"strict": true,
911
"target": "es2023",
1012
"verbatimModuleSyntax": true

0 commit comments

Comments
 (0)