This repository has been archived on 2024-07-19. You can view files and clone it, but cannot push or open issues or pull requests.
packwatch/babel.config.json

6 lines
129 B
JSON
Raw Permalink Normal View History

{
"comments": false,
2020-03-06 21:25:44 +00:00
"ignore": ["**/*.test.js"],
"presets": [["@babel/preset-env", { "targets": { "node": 10 } }]]
}