jest-hands-on/babel.config.json

4 lines
79 B
JSON
Raw Normal View History

2022-02-18 13:17:48 +09:00
{
2022-02-23 18:04:43 +09:00
"presets": [["@babel/preset-env", { "targets": { "node": "current" } }]]
2022-02-18 13:17:48 +09:00
}