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
Marc Cataford 401196d62a
refactor: move to Typescript (#146)
* chore: add swap files to ignores

* chore: set up typescript deps

* refactor: rough conversion

* chore: linting config

* refactor: isolate untestable bits

* chore: runtime mapping

* chore: move tests
2020-12-12 19:18:25 -05:00

5 lines
157 B
JSON

{
"comments": false,
"ignore": ["**/*.test.js"],
"presets": ["@babel/preset-typescript", ["@babel/preset-env", { "targets": { "node": 10 } }]]
}