From 15e8c89ee3a0c030542d1b6878f5f31547846067 Mon Sep 17 00:00:00 2001 From: Rodrigo Kamada Date: Sun, 15 Sep 2024 19:52:28 -0300 Subject: [PATCH] Removing the esModuleInterop setting. --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index 44cab87..54f05ca 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -11,6 +11,7 @@ "noFallthroughCasesInSwitch": true, "skipLibCheck": true, "isolatedModules": true, + "esModuleInterop": true, "sourceMap": true, "declaration": false, "downlevelIteration": true,