jest-hands-on/babel.config.json

5 lines
75 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"],
"targets": { "node": "current" }
2022-02-18 13:17:48 +09:00
}