1
0
Fork 0
mirror of https://github.com/kou029w/jest-hands-on.git synced 2025-03-05 04:25:17 +00:00
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"
}