Skip to content

Commit

Permalink
turn isolatedModules on in main tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
lobsterkatie committed Apr 14, 2022
1 parent 292075f commit 3d5dfe9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/typescript/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"downlevelIteration": true,
"importHelpers": true,
"inlineSources": true,
"isolatedModules": true,
"lib": ["es6", "dom"],
// "module": "commonjs", // implied by "target" : "es5"
"moduleResolution": "node",
Expand Down

0 comments on commit 3d5dfe9

Please sign in to comment.