16 lines
366 B
JSON
16 lines
366 B
JSON
{
|
|
"compileOnSave": false,
|
|
"compilerOptions": {
|
|
"forceConsistentCasingInFileNames": true,
|
|
"newLine": "LF",
|
|
"noEmitOnError": true,
|
|
"noFallthroughCasesInSwitch": true,
|
|
"noImplicitAny": true,
|
|
"noImplicitReturns": true,
|
|
"noImplicitThis": true,
|
|
"noUnusedLocals": true,
|
|
"noUnusedParameters": true,
|
|
"strictNullChecks": true
|
|
}
|
|
}
|