Skip to content

Commit 8f5b4c5

Browse files
committed
chore: Enable favorable options in tsconfig
1 parent d5434ed commit 8f5b4c5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tsconfig.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
],
99
"sourceMap": true,
1010
"rootDir": "src",
11+
"forceConsistentCasingInFileNames": true,
12+
"isolatedModules": true,
13+
"skipLibCheck": true,
1114
"strict": true /* enable all strict type-checking options */
1215
/* Additional Checks */
1316
// "noImplicitReturns": true, /* Report error when not all code paths in function return a value. */

0 commit comments

Comments
 (0)