Files
trx-rs/src/trx-client/trx-frontend/trx-frontend-http/frontend/tsconfig.worker.json
T

16 lines
371 B
JSON

{
"compilerOptions": {
"target": "ES2022",
"module": "ESNext",
"moduleResolution": "Bundler",
"strict": true,
"noUncheckedIndexedAccess": true,
"exactOptionalPropertyTypes": true,
"useUnknownInCatchVariables": true,
"noEmit": true,
"lib": ["ES2022", "WebWorker"],
"types": []
},
"include": ["src/decode-history-worker.ts"]
}