jest-hands-on/babel.config.json

4 lines
68 B
JSON

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