UNPKG
state-monad-ts
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
state monad in typescript
github.com/ailrk/state-monad-ts
state-monad-ts
/
babel.config.js
8 lines
(7 loc)
•
148 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
// babel.config.js
module
.
exports
= { presets: [ [
'@babel/preset-env'
, {targets: {node:
'current'
}}],
'@babel/preset-typescript'
, ], };