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