jest-hands-on/babel.config.json

5 lines
68 B
JSON
Raw Normal View History

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