1 Star 0 Fork 3

上海海隽网络科技有限公司 / ovineherd

forked from 一组码 / 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',
],
}
1
https://gitee.com/tianxiaoyunyou/ovineherd.git
git@gitee.com:tianxiaoyunyou/ovineherd.git
tianxiaoyunyou
ovineherd
ovineherd
master

搜索帮助