UNPKG
scorechain-sdk
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
SDK for the Scorechain API
scorechain-sdk
/
babel.config.js
8 lines
(7 loc)
•
219 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
// babel.config.js
module
.
exports
= { sourceMaps:
"inline"
, retainLines:
true
, plugins: [
"jest-hoist"
], presets: [[
"@babel/preset-env"
, { targets: { node:
"current"
} }],
"@babel/preset-typescript"
], };