2 Star 0 Fork 0

mirrors_hyperledger/iroha-javascript

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tsconfig.json 812 Bytes
一键复制 编辑 原始数据 按行查看 历史
{
"extends": "./tsconfig.base.json",
"compilerOptions": {
"declaration": true,
"outDir": "dist-tsc",
"types": ["vitest/importMeta"],
"paths": {
// these virtual imports are replaced in Rollup
"@iroha2/crypto/~wasm-pkg/*": ["./packages/crypto/crypto-rs/wasm-pkg-*/iroha_crypto"],
// "default" virtual import - might be any of `wasm-pkg-*`
"@iroha2/crypto/~wasm-pkg": ["./packages/crypto/crypto-rs/wasm-pkg-nodejs/iroha_crypto"],
"@iroha2/crypto-*": ["./packages/crypto/packages/*/src/lib.ts"],
"@iroha2/client/*": ["./packages/client/src/*"],
"@iroha2/*": ["./packages/*/src/lib.ts"]
}
},
"exclude": [
"**/dist",
"**/node_modules",
"**/test/integration",
"packages/client-isomorphic-*",
"packages/crypto/crypto-rs"
]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_hyperledger/iroha-javascript.git
git@gitee.com:mirrors_hyperledger/iroha-javascript.git
mirrors_hyperledger
iroha-javascript
iroha-javascript
main

搜索帮助