From 2100639121c38fc478a4eed6c65268aaf6a185a5 Mon Sep 17 00:00:00 2001 From: Martijn Walraven Date: Thu, 11 Oct 2018 21:29:41 +0200 Subject: [PATCH] Enable `forceConsistentCasingInFileNames` in `tsconfig.base.json` --- tsconfig.base.json | 1 + 1 file changed, 1 insertion(+) 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": ".",