Skip to content

Commit

Permalink
feat(unstable): enable importsNotUsedAsValues by default (denoland/de…
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacasonato committed Sep 11, 2020
1 parent 689103b commit 437f87a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig_test.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"compilerOptions": {
"isolatedModules": true
"isolatedModules": true,
"importsNotUsedAsValues": "error"
}
}

0 comments on commit 437f87a

Please sign in to comment.