@daochild/tronweb-typescript
Version:
Typescript support package for tronweb library ^4.x, ^5.x
26 lines (25 loc) • 562 B
JSON
{
"compilerOptions": {
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"module": "commonjs",
"esModuleInterop": true,
"target": "es5",
"noImplicitAny": true,
"allowJs": true,
"emitDeclarationOnly": true,
"skipLibCheck": true,
"sourceMap": true,
"outDir": "dist",
"declaration": true,
"baseUrl": ".",
"types": ["node"],
"lib": ["esnext", "dom", "es6", "es5", "es2020", "es2022"]
},
"include": [
"src/**/*",
],
"exclude": [
"node_modules"
]
}