@fewcha/web3
Version:
The `@fewcha/web3` library aims to be an all-in-one toolkit to enable developers interact with Aptos Blockchain and its ecosystem.
19 lines (18 loc) • 422 B
JSON
{
"compilerOptions": {
"target": "esnext",
"module": "CommonJS",
"lib": ["esnext", "es2021", "dom"],
"declaration": true,
"declarationMap": true,
"moduleResolution": "node",
"esModuleInterop": true,
"isolatedModules": true,
"skipLibCheck": true,
"resolveJsonModule": true,
"rootDir": "src",
"outDir": "dist"
},
"include": ["src"],
"exclude": ["test/**/*.test.ts"]
}