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
157 B
JSON
Raw Normal View History

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