From 4eee23aa55b8bca0a628447e86cb063894ae9211 Mon Sep 17 00:00:00 2001 From: dutexion Date: Wed, 3 Apr 2024 22:41:58 +0900 Subject: [PATCH] .. --- tsconfig.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 0546665..1adce99 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -20,8 +20,7 @@ "allowSyntheticDefaultImports": true, "noUnusedLocals": true, "noUnusedParameters": true, - "noFallthroughCasesInSwitch": true, - "forceConsistentCasingInFileNames": true + "noFallthroughCasesInSwitch": true }, "include": ["src", "src/custom.d.ts"] }