diff --git a/tsconfig.base.json b/tsconfig.base.json index aab02cd6..a54368e0 100644 --- a/tsconfig.base.json +++ b/tsconfig.base.json @@ -15,6 +15,7 @@ "noFallthroughCasesInSwitch": true, "noUnusedParameters": true, "noUnusedLocals": true, + "forceConsistentCasingInFileNames": true, "lib": ["es2017", "esnext.asynciterable"], "types": ["node"], "baseUrl": ".",