blob: 9766fe35ca4cd8fd4f1ab275de6f9330c4aba0b0 [file] [log] [blame]
{
"compilerOptions": {
"module": "ESNext",
"target": "ES2021",
"noEmitOnError": true,
"pretty": true,
"allowUnreachableCode": false,
"forceConsistentCasingInFileNames": true,
"noFallthroughCasesInSwitch": true,
"noImplicitOverride": true,
"noImplicitReturns": true,
"noPropertyAccessFromIndexSignature": true,
"noUncheckedIndexedAccess": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"strict": true,
"typeRoots": []
}
}