UNPKG

366 BJSONView Raw
1{
2 "compileOnSave": false,
3 "compilerOptions": {
4 "forceConsistentCasingInFileNames": true,
5 "newLine": "LF",
6 "noEmitOnError": true,
7 "noFallthroughCasesInSwitch": true,
8 "noImplicitAny": true,
9 "noImplicitReturns": true,
10 "noImplicitThis": true,
11 "noUnusedLocals": true,
12 "noUnusedParameters": true,
13 "strictNullChecks": true
14 }
15}