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"