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,
"skipLibCheck": true,
"strict": false,
"forceConsistentCasingInFileNames": true,
"forceConsistentCasingInFileNames": false,
"noEmit": true,
"esModuleInterop": true,
"module": "esnext",