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

4 lines
39 B
JSON
Raw Normal View History

2022-02-24 18:29:46 +09:00
{
2022-07-26 23:17:52 +09:00
"presets": ["@babel/preset-env"]
2022-02-24 18:29:46 +09:00
}