Skip to content

Commit babdc9f

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

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tsconfig.json

Lines changed: 2 additions & 1 deletion
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)