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/template/babel.config.json
2022-02-24 17:06:32 +09:00

4 lines
68 B
JSON

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