blob: 24d47787f0bfaec33bb77781dc80bba99cc34213 [file] [log] [blame]
{
"compilerOptions": {
"module": "ESNext",
"target": "ESNext",
"noEmitOnError": true,
"pretty": true,
"allowUnreachableCode": false,
"forceConsistentCasingInFileNames": true,
"noFallthroughCasesInSwitch": true,
"noImplicitOverride": true,
"noImplicitReturns": true,
"noPropertyAccessFromIndexSignature": true,
"noUncheckedIndexedAccess": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"preserveSymlinks": true,
"strict": true,
"typeRoots": [
"./../../third_party/node/node_modules/@types"
],
"types": ["trusted-types"]
}
}