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

18 lines
422 B
JSON

{
"compilerOptions": {
"target": "ES2022",
"module": "ESNext",
"moduleResolution": "Bundler",
"strict": true,
"noUncheckedIndexedAccess": true,
"exactOptionalPropertyTypes": true,
"useUnknownInCatchVariables": true,
"allowJs": true,
"checkJs": false,
"noEmit": true,
"lib": ["ES2022", "DOM", "DOM.Iterable"],
"types": []
},
"include": ["src/**/*.ts", "src/**/*.js"]
}