Skip to content

Commit c040f12

Browse files
committed
turn isolatedModules on in main tsconfig
1 parent 3a82f6b commit c040f12

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/typescript/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"downlevelIteration": true,
77
"importHelpers": true,
88
"inlineSources": true,
9+
"isolatedModules": true,
910
"lib": ["es6", "dom"],
1011
// "module": "commonjs", // implied by "target" : "es5"
1112
"moduleResolution": "node",

0 commit comments

Comments
 (0)