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

5 lines
68 B
JSON
Raw Normal View History

2022-02-24 18:29:46 +09:00
{
"presets": ["@babel/preset-env"],
"targets": "current node"
}