We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50791cf commit 201f0f6Copy full SHA for 201f0f6
tsconfig.json
@@ -16,7 +16,8 @@
16
"noUncheckedIndexedAccess": true,
17
"experimentalDecorators": true,
18
"emitDecoratorMetadata": true,
19
- "preserveValueImports": true,
+// "preserveValueImports": true,
20
+ "verbatimModuleSyntax": true,
21
"strictBindCallApply": true,
22
"strictFunctionTypes": true,
23
"noUnusedParameters": true,
0 commit comments