Skip to content

Commit

Permalink
maint/build ~ enable TSconfig 'isolatedModules' (helps avoid type imp…
Browse files Browse the repository at this point in the history
…ort/export errors)
  • Loading branch information
rivy committed Feb 8, 2021
1 parent 0af6ebc commit c0b04cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@

"allowJs": true,
"noEmit": true,
"isolatedModules": true /* Enables warnings for code which may be interpreted incorrectly by single-file transpilation tools */,

"removeComments": true
},
Expand Down

0 comments on commit c0b04cc

Please sign in to comment.