We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ebc0fc commit babdc9fCopy full SHA for babdc9f
1 file changed
tsconfig.json
@@ -3,12 +3,13 @@
3
"target": "esnext",
4
"module": "CommonJS",
5
"moduleResolution": "node",
6
+ "moduleDetection": "force",
7
"strict": true,
8
"esModuleInterop": true,
9
"skipLibCheck": true,
10
"outDir": "./TypeScript",
11
"rootDir": "./TypeScript",
- "allowSyntheticDefaultImports": true,
12
+ "allowSyntheticDefaultImports": false,
13
"isolatedModules": true,
14
"pretty": true
15
},
0 commit comments