UNPKG
@jasmith79/sequable
Version:
latest (0.0.2)
0.0.2
0.0.1
Library functions for working with generators
@jasmith79/sequable
/
babel.config.cjs
7 lines
(6 loc)
•
133 B
JavaScript
View Raw
1
2
3
4
5
6
7
module
.
exports
= { presets: [ [
"@babel/preset-env"
, { targets: { node:
"current"
} }],
"@babel/preset-typescript"
, ], };