diff --git a/apps/main/tsconfig.json b/apps/main/tsconfig.json index 3957314..22f75b3 100644 --- a/apps/main/tsconfig.json +++ b/apps/main/tsconfig.json @@ -4,6 +4,7 @@ "allowJs": true, "checkJs": true, "esModuleInterop": true, + "verbatimModuleSyntax": false, "forceConsistentCasingInFileNames": true, "resolveJsonModule": true, "skipLibCheck": true,