We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5434ed commit 8f5b4c5Copy full SHA for 8f5b4c5
tsconfig.json
@@ -8,6 +8,9 @@
8
],
9
"sourceMap": true,
10
"rootDir": "src",
11
+ "forceConsistentCasingInFileNames": true,
12
+ "isolatedModules": true,
13
+ "skipLibCheck": true,
14
"strict": true /* enable all strict type-checking options */
15
/* Additional Checks */
16
// "noImplicitReturns": true, /* Report error when not all code paths in function return a value. */
0 commit comments