bsp-network
Version:
SDK for writing node.js applications to interact with bsp network. This package encapsulates the APIs to connect to a bsp network, submit transactions and perform queries against the ledger.
20 lines (19 loc) • 306 B
JSON
{
"compilerOptions": {
"allowJs": true,
"alwaysStrict": true,
"module": "commonjs",
"outDir": "./lib",
"rootDir": "./src",
"sourceMap": true,
"strict": true,
"target": "es2017",
"forceConsistentCasingInFileNames": true
},
"include": [
"src/"
],
"exclude": [
"node_modules/"
]
}