1 Star 0 Fork 0

theajack / logger

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.babelrc 351 Bytes
一键复制 编辑 原始数据 按行查看 历史
theajack 提交于 2022-07-25 08:09 . feat: initial commit
{
"presets": [[
"@babel/preset-env",
{
"useBuiltIns": "entry",
"targets": {
"esmodules": true,
"chrome": "58",
"ie": "11"
}
}
]],
"plugins": [
"@babel/plugin-syntax-dynamic-import",
"@babel/plugin-proposal-object-rest-spread"
]
}
TypeScript
1
https://gitee.com/theajack/logger.git
git@gitee.com:theajack/logger.git
theajack
logger
logger
master

搜索帮助