diff --git a/tsconfig.json b/tsconfig.json index ff8b806b..4c730c60 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -6,8 +6,6 @@ "noEmitHelpers": true, "skipLibCheck": true, "module": "ESNext", - "target": "ESNext", - // Temporary fix - "verbatimModuleSyntax": false + "target": "ESNext" } }