diff --git a/tsconfig.json b/tsconfig.json index 6a032ae..0b6fafd 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -3,8 +3,7 @@ "noEmit": true, "esModuleInterop": true, "forceConsistentCasingInFileNames": true, - "ignoreDeprecations": "5.0", - "importsNotUsedAsValues": "error", + "verbatimModuleSyntax": true, "isolatedModules": true, "target": "ESNext", "module": "ESNext",