jest-hands-on/templates/template/babel.config.json

5 lines
68 B
JSON
Raw Normal View History

2022-02-24 17:06:32 +09:00
{
"presets": ["@babel/preset-env"],
"targets": "current node"
}