1 Star 16 Fork 0

Hyperledger/aries-framework-javascript-ext

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tsconfig.build.json 536 Bytes
一键复制 编辑 原始数据 按行查看 历史
Timo Glastra 提交于 2021-08-29 00:02 +08:00 . build: set up package finder
{
"compilerOptions": {
"module": "commonjs",
"target": "ES2017",
"declaration": true,
"sourceMap": true,
"strict": true,
"noEmitOnError": true,
"lib": [],
"types": [],
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"resolveJsonModule": true,
"experimentalDecorators": true,
"emitDecoratorMetadata": true
},
"exclude": [
"node_modules",
"build",
"**/*.test.ts",
"**/__tests__/*.ts",
"**/__mocks__/*.ts",
"**/build/**",
"scripts"
]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/hyperledger/aries-framework-javascript-ext.git
git@gitee.com:hyperledger/aries-framework-javascript-ext.git
hyperledger
aries-framework-javascript-ext
aries-framework-javascript-ext
main

搜索帮助