Enable tsc check for inconsistent casing
kitten.sh 6 years ago fb2189e6 4a6ca2a6
··· 1 { 2 "compilerOptions": { 0 3 "noEmit": true, 4 "esModuleInterop": true, 5 "noUnusedLocals": true,
··· 1 { 2 "compilerOptions": { 3 + "forceConsistentCasingInFileNames": true, 4 "noEmit": true, 5 "esModuleInterop": true, 6 "noUnusedLocals": true,