Skip to content

Commit 201f0f6

Browse files
authored
verbatimModuleSyntax
1 parent 50791cf commit 201f0f6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
"noUncheckedIndexedAccess": true,
1717
"experimentalDecorators": true,
1818
"emitDecoratorMetadata": true,
19-
"preserveValueImports": true,
19+
// "preserveValueImports": true,
20+
"verbatimModuleSyntax": true,
2021
"strictBindCallApply": true,
2122
"strictFunctionTypes": true,
2223
"noUnusedParameters": true,

0 commit comments

Comments
 (0)