Skip to content

Commit 9297287

Browse files
committed
Regenerate the toolchain configurations
1 parent fcf031f commit 9297287

File tree

10 files changed

+1752
-1673
lines changed

10 files changed

+1752
-1673
lines changed

scripts/tsconfig.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"compilerOptions": {
3+
"module": "nodenext",
4+
"target": "esnext",
5+
"lib": ["esnext"],
6+
"types": ["node"],
7+
8+
"noUncheckedIndexedAccess": true,
9+
"exactOptionalPropertyTypes": true,
10+
11+
"strict": true,
12+
// "verbatimModuleSyntax": true,
13+
"isolatedModules": true,
14+
"noUncheckedSideEffectImports": true,
15+
"moduleDetection": "force",
16+
"skipLibCheck": true
17+
}
18+
}

0 commit comments

Comments
 (0)