20 lines
400 B
JSON
20 lines
400 B
JSON
{
|
|
"compilerOptions": {
|
|
"strict": true,
|
|
|
|
"noImplicitAny": true,
|
|
"strictNullChecks": true,
|
|
"noImplicitThis": true,
|
|
"alwaysStrict": true,
|
|
|
|
"noImplicitReturns": true,
|
|
"noFallthroughCasesInSwitch": true,
|
|
|
|
"exactOptionalPropertyTypes": true,
|
|
"useUnknownInCatchVariables": true,
|
|
|
|
"noUncheckedIndexedAccess": true,
|
|
|
|
"forceConsistentCasingInFileNames": true
|
|
}
|
|
} |