From 1f8ae57b485e14f1b8ca60f36835a292530d48ee Mon Sep 17 00:00:00 2001 From: developomp Date: Sat, 23 Dec 2023 18:45:53 +0900 Subject: [PATCH] fix(main): unit test failure --- apps/main/tsconfig.json | 1 + 1 file changed, 1 insertion(+) 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,