Skip to content
This repository was archived by the owner on Feb 5, 2026. It is now read-only.

Commit bfde072

Browse files
committed
fix: tsconfig paths
1 parent 7b2f074 commit bfde072

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tsconfig.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,11 @@
88
"noImplicitAny": false,
99
"strictNullChecks": true,
1010
"declaration": true,
11-
"importHelpers": true
11+
"importHelpers": true,
12+
"forceConsistentCasingInFileNames": true
1213
},
1314
"include": [
14-
"lib/*",
15+
"lib/**/*.ts",
1516
],
1617
"exclude": [
1718
"node_modules"

0 commit comments

Comments
 (0)