Skip to content

Commit 437f87a

Browse files
authored
feat(unstable): enable importsNotUsedAsValues by default (denoland/deno#7413)
1 parent 689103b commit 437f87a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tsconfig_test.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"compilerOptions": {
3-
"isolatedModules": true
3+
"isolatedModules": true,
4+
"importsNotUsedAsValues": "error"
45
}
56
}

0 commit comments

Comments
 (0)