From 75de1bf5ebbab304910cdff13796fd038b223d1b Mon Sep 17 00:00:00 2001 From: Bogdan Fazakas Date: Thu, 9 Dec 2021 13:49:28 +0200 Subject: [PATCH] update forceConsistentCasingInFileNames --- tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index df014159..8f77a1b0 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -14,7 +14,8 @@ "outDir": "./dist/node/", "rootDir": "./src/", "sourceMap": true, - "typeRoots": ["node_modules/@types"] + "typeRoots": ["node_modules/@types"], + "forceConsistentCasingInFileNames": false }, "include": ["src/**/*"], "exclude": ["node_modules", "**/*.test.ts"]