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 0b00a93 commit e22efd7Copy full SHA for e22efd7
tsconfig.base.json
@@ -4,7 +4,9 @@
4
"exactOptionalPropertyTypes": true,
5
"module": "node16",
6
"noUncheckedIndexedAccess": true,
7
+ "noUncheckedSideEffectImports": true,
8
"rootDir": "./src",
9
+ "skipLibCheck": true,
10
"strict": true,
11
"target": "es2023",
12
"verbatimModuleSyntax": true
0 commit comments