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 authored and denobot committed Jan 31, 2021
1 parent 9d0b80f commit 74dc403
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 74dc403

Please sign in to comment.