UNPKG
orillusion-bs-sinon
Version:
latest (0.1.19)
0.1.19
0.1.18
0.1.17
BuckleScript bindings to the sinon
orillusion-bs-sinon
/
babel.config.js
12 lines
•
175 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
module
.
exports
= { presets: [ [
'@babel/preset-env'
, { targets: { node:
'current'
, }, }, ], ], };