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.
tsconfig.base.json
1 parent 88cc930 commit d82eb33Copy full SHA for d82eb33
1 file changed
tsconfig.base.json
@@ -1,14 +1,11 @@
1
{
2
"compilerOptions": {
3
"composite": true,
4
- "target": "ESNext",
5
"lib": ["ESNext"],
6
- "module": "ESNext",
7
- "moduleResolution": "Bundler",
+ "module": "preserve",
8
"resolveJsonModule": true,
9
"types": ["node"],
10
"noFallthroughCasesInSwitch": true,
11
- "noImplicitThis": true,
12
"noUncheckedIndexedAccess": true,
13
"noUnusedLocals": true,
14
"noUnusedParameters": true,
0 commit comments