diff --git a/tsconfig.json b/tsconfig.json index 8132f91..eaf05be 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -11,7 +11,7 @@ "resolveJsonModule": true, "isolatedModules": true, "experimentalDecorators": true, - "importsNotUsedAsValues": "error", + "verbatimModuleSyntax": true, "emitDecoratorMetadata": true, "jsx": "preserve", "incremental": true,