1 Star 0 Fork 0

Hyperledger/identus-edge-agent-sdk-ts

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
babel.config.js 555 Bytes
一键复制 编辑 原始数据 按行查看 历史
Curtis 提交于 2023-10-17 15:57 . feat: adding anoncreds for ZKP (#69)
const test = process.env.NODE_ENV === "test";
module.exports = {
presets: [
"@babel/preset-typescript",
[
"@babel/preset-env",
{
useBuiltIns: "usage",
corejs: 3,
},
],
"@babel/preset-react",
],
plugins: [
"@babel/plugin-transform-typescript",
"babel-plugin-transform-typescript-metadata",
["@babel/plugin-proposal-decorators", { "legacy": true }],
["@babel/plugin-proposal-class-properties", { "loose": false }],
...(test ? ['babel-plugin-transform-import-meta'] : []),
],
};
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/hyperledger/identus-edge-agent-sdk-ts.git
[email protected]:hyperledger/identus-edge-agent-sdk-ts.git
hyperledger
identus-edge-agent-sdk-ts
identus-edge-agent-sdk-ts
main

搜索帮助