1
0
Fork 0
mirror of https://github.com/kou029w/jest-hands-on.git synced 2025-03-04 20:15:16 +00:00
jest-hands-on/templates/promise/babel.config.json
2022-02-24 18:29:46 +09:00

4 lines
68 B
JSON

{
"presets": ["@babel/preset-env"],
"targets": "current node"
}