1 Star 0 Fork 0

Hyperledger / iroha-javascript

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.base.json 388 Bytes
一键复制 编辑 原始数据 按行查看 历史
0x009922 提交于 2023-11-02 15:00 . Iroha 2.0.0-pre-rc.20 update (#172)
{
"compilerOptions": {
"target": "esnext",
"module": "esnext",
"lib": ["esnext", "DOM"],
"esModuleInterop": true,
"alwaysStrict": true,
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": true,
"moduleResolution": "bundler",
"skipLibCheck": true,
"resolveJsonModule": true,
"stripInternal": true,
"allowJs": true
}
}
1
https://gitee.com/hyperledger/iroha-javascript.git
git@gitee.com:hyperledger/iroha-javascript.git
hyperledger
iroha-javascript
iroha-javascript
main

搜索帮助