diff --git a/tsconfig.json b/tsconfig.json index 6a0f8ed..4ee1938 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -27,7 +27,7 @@ // Emit "declaration": true, - "importsNotUsedAsValues": "error", + "verbatimModuleSyntax": true, "removeComments": true, "stripInternal": true, "noEmitOnError": true,