Skip to content

Commit

Permalink
build: enable "isolatedModules" TS config
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Apr 4, 2020
1 parent c189a2b commit 334dc3f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"preserveConstEnums": true,
"moduleResolution": "node",
"strict": true,
"strictNullChecks": true
"strictNullChecks": true,
"isolatedModules": true
},
"exclude": ["./**/node_modules"]
}

0 comments on commit 334dc3f

Please sign in to comment.