mc-publish/babel.config.js

7 lines
144 B
JavaScript
Raw Permalink Normal View History

2021-09-21 03:27:32 -04:00
module.exports = {
presets: [
["@babel/preset-env", { targets: { node: "current" } }],
"@babel/preset-typescript",
]
};