From 5b1a9de2804791c9b3455995157b7b2e1669ec76 Mon Sep 17 00:00:00 2001 From: Johannes Kirschbauer Date: Sat, 23 Nov 2024 12:47:06 +0100 Subject: [PATCH] Fix: tsconfig.json for building on darwin --- tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 32474f3a..994dff35 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -16,7 +16,8 @@ "skipLibCheck": true, "sourceMap": true, "strict": true, - "target": "es6" + "target": "es6", + "forceConsistentCasingInFileNames": false }, "exclude": [ "example",