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