blob: 6b48ac0fef0bb60dd8cbf0aa3dccffdb4994aa7d [file] [log] [blame]
{
"compilerOptions": {
"module": "ESNext",
"target": "ESNext",
"noEmitOnError": true,
"pretty": true,
"forceConsistentCasingInFileNames": true,
"noFallthroughCasesInSwitch": true,
"noImplicitReturns": true,
"noPropertyAccessFromIndexSignature": true,
"noUncheckedIndexedAccess": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"strict": true,
"typeRoots": []
}
}