c-kzg-4844/bindings/node.js/babel.config.js

7 lines
133 B
JavaScript
Raw Normal View History

2022-11-02 13:45:29 -07:00
module.exports = {
presets: [
2022-11-03 15:13:49 -07:00
["@babel/preset-env", { targets: { node: "current" } }],
"@babel/preset-typescript",
2022-11-02 13:45:29 -07:00
],
};