1 Star 0 Fork 0

man-go / ovineherd

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
babel.config.js 469 Bytes
一键复制 编辑 原始数据 按行查看 历史
yizumaorg 提交于 2020-10-24 23:54 . start project
// this config for jest to trans ts to js, And run test cases.
// only for trans ts files, can not for type checking.
module.exports = {
presets: ['@babel/env', '@babel/react', '@babel/preset-typescript'],
plugins: [
'@babel/plugin-transform-runtime',
'@babel/plugin-proposal-class-properties',
'@babel/plugin-proposal-object-rest-spread',
'@babel/plugin-proposal-nullish-coalescing-operator',
'@babel/plugin-proposal-optional-chaining',
],
}
Java
1
https://gitee.com/love20027767/ovineherd.git
git@gitee.com:love20027767/ovineherd.git
love20027767
ovineherd
ovineherd
master

搜索帮助