diff --git a/tsconfig.json b/tsconfig.json index e183ed3f2c..c0abbfa666 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -19,6 +19,7 @@ "downlevelIteration": true, "noImplicitOverride": true, "allowJs": true, + "verbatimModuleSyntax": true, "baseUrl": ".", "paths": { "@/*": ["src/*"]