Skip to content

Commit 83b0d7d

Browse files
committed
chore: remove deprecated importsNotUsedAsValues
1 parent 13b62c4 commit 83b0d7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-workspace/tsc/passedFixtures/#3373/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"extends": "../../../tsconfig.base.json",
33
"compilerOptions": {
4-
"importsNotUsedAsValues": "error",
4+
"verbatimModuleSyntax": true,
55
"ignoreDeprecations": "5.0"
66
},
77
"include": [ "**/*" ]

0 commit comments

Comments
 (0)