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

7 lines
133 B
JavaScript
Raw Normal View History

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