From 7ddbd60511666eeaa6865c10de69f885477ea805 Mon Sep 17 00:00:00 2001 From: Pascal Perrenoud Date: Tue, 14 May 2024 12:51:28 +0200 Subject: [PATCH] Unify lib options --- tsconfig.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index a5b9433..de704e7 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -7,7 +7,7 @@ "target": "ESNext", "module": "ESNext", "moduleDetection": "force", - "allowJs": false, + "allowJs": true, "checkJs": true, // Bundler mode @@ -24,8 +24,10 @@ // Some stricter flags (disabled by default) "noUnusedLocals": false, "noUnusedParameters": false, + "forceConsistentCasingInFileNames": true, "noPropertyAccessFromIndexSignature": false }, + "include": [ "index.ts", "src/**/*.ts"