2020-07-14 15:57:29 +00:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
|
|
|
"allowJs": true,
|
2022-05-31 14:34:16 +00:00
|
|
|
"alwaysStrict": true,
|
2020-07-14 15:57:29 +00:00
|
|
|
"checkJs": true,
|
|
|
|
"declaration": true,
|
|
|
|
"declarationMap": true,
|
2022-05-31 14:34:16 +00:00
|
|
|
"esModuleInterop": true,
|
|
|
|
"moduleResolution": "node",
|
|
|
|
"noFallthroughCasesInSwitch": true,
|
|
|
|
"noImplicitAny": true,
|
|
|
|
"noImplicitOverride": true,
|
|
|
|
"noImplicitReturns": true,
|
|
|
|
"noImplicitThis": true,
|
|
|
|
"noPropertyAccessFromIndexSignature": true,
|
|
|
|
"noUncheckedIndexedAccess": true,
|
|
|
|
"noUnusedLocals": true,
|
|
|
|
"noUnusedParameters": true,
|
2020-11-26 13:51:17 +00:00
|
|
|
"resolveJsonModule": true,
|
2022-05-31 14:34:16 +00:00
|
|
|
"sourceMap": true,
|
|
|
|
"strict": true,
|
|
|
|
"strictBindCallApply": true,
|
|
|
|
"strictFunctionTypes": true,
|
|
|
|
"strictNullChecks": true,
|
|
|
|
"strictPropertyInitialization": true,
|
|
|
|
"target": "ES2019",
|
|
|
|
"useUnknownInCatchVariables": true
|
2020-07-14 15:57:29 +00:00
|
|
|
}
|
|
|
|
}
|