Skip to content

Commit

Permalink
Add isolatedModules to tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
hgiesel committed Feb 1, 2022
1 parent ade5bb7 commit 5724e0f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ts/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"strict": true,
/* Svelte template variables, e.g. on:event or @const, cannot be typed yet */
"noImplicitAny": false,
"isolatedModules": true,
"esModuleInterop": true,
"skipLibCheck": true,
"typeRoots": ["node_modules/@types", "../anki/ts/typings"],
Expand Down

0 comments on commit 5724e0f

Please sign in to comment.