401196d62a
* 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
5 lines
157 B
JSON
5 lines
157 B
JSON
{
|
|
"comments": false,
|
|
"ignore": ["**/*.test.js"],
|
|
"presets": ["@babel/preset-typescript", ["@babel/preset-env", { "targets": { "node": 10 } }]]
|
|
}
|