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