Skip to content

Commit babdc9f

Browse files
committed
Isolate modules namespaces
1 parent 8ebc0fc commit babdc9f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tsconfig.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,13 @@
33
"target": "esnext",
44
"module": "CommonJS",
55
"moduleResolution": "node",
6+
"moduleDetection": "force",
67
"strict": true,
78
"esModuleInterop": true,
89
"skipLibCheck": true,
910
"outDir": "./TypeScript",
1011
"rootDir": "./TypeScript",
11-
"allowSyntheticDefaultImports": true,
12+
"allowSyntheticDefaultImports": false,
1213
"isolatedModules": true,
1314
"pretty": true
1415
},

0 commit comments

Comments
 (0)