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.
forceConsistentCasingInFileNames
1 parent a6b1074 commit 052e658Copy full SHA for 052e658
src/lib/application/files/ts/tsconfig.json
@@ -11,6 +11,7 @@
11
"outDir": "./dist",
12
"baseUrl": "./",
13
"incremental": true,
14
+ "forceConsistentCasingInFileNames": true,
15
"skipLibCheck": true,
16
"strictNullChecks": <%= strict %>,
17
"noImplicitAny": <%= strict %>,
0 commit comments