mina-ledger-js
Version:
JS API for Mina App (Ledger Nano S/X)
15 lines (14 loc) • 349 B
JSON
{
"compilerOptions": {
"target": "es5",
"module": "commonjs",
"emitDecoratorMetadata": false,
"experimentalDecorators": true,
"sourceMap": false,
"moduleResolution": "node",
"outDir": "dist",
"allowSyntheticDefaultImports": true,
"lib": ["es2020", "dom"]
},
"exclude": ["node_modules", "example", "dist"]
}