disable forceConsistentCasingInFileNames

This commit is contained in:
Thomas Ruoff
2020-08-26 23:16:34 +02:00
committed by Thomas Ruoff
parent 7ca2322717
commit 9853e31201

View File

@@ -9,7 +9,7 @@
"allowJs": true, "allowJs": true,
"skipLibCheck": true, "skipLibCheck": true,
"strict": false, "strict": false,
"forceConsistentCasingInFileNames": true, "forceConsistentCasingInFileNames": false,
"noEmit": true, "noEmit": true,
"esModuleInterop": true, "esModuleInterop": true,
"module": "esnext", "module": "esnext",