From b0174d1558eb52019d3dea98ef2743fc3cacb902 Mon Sep 17 00:00:00 2001 From: diy0r Date: Sun, 22 Sep 2024 20:15:51 +0500 Subject: [PATCH] refactor: esModuleInterop true --- tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 0f46ae9..1d4fad4 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -5,6 +5,7 @@ "emitDecoratorMetadata": true, "experimentalDecorators": true, "allowSyntheticDefaultImports": true, + "esModuleInterop": true, "target": "ES2021", "sourceMap": true, "outDir": "./dist", @@ -14,7 +15,7 @@ "strictNullChecks": false, "noImplicitAny": false, "strictBindCallApply": false, - "forceConsistentCasingInFileNames": false, + "forceConsistentCasingInFileNames": true, "noFallthroughCasesInSwitch": false, }, "include": [