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

17 lines
411 B
JSON

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