@iyonger/aptos-web3-bip44.js
Version:
Web3 SDK For Aptos
21 lines (20 loc) • 436 B
JSON
{
"compilerOptions": {
"outDir": "./dist",
"allowJs": true,
"target": "ES2020",
"declaration": true,
"declarationMap": true,
"esModuleInterop": true,
"sourceMap": true,
"module": "ES2020",
"moduleResolution": "node",
"pretty": true,
"noImplicitAny": false,
"allowSyntheticDefaultImports": true,
"experimentalDecorators": true
},
"include": [
"src"
]
}