Files
svelte-headlessui/babel.config.cjs
Ryan Gossiaux c99b74c089 Prettier
Didn't run this on every single file because it messes up the formatting of the some of the TestRenderer constructions
2021-12-28 09:28:36 -10:00

4 lines
92 B
JavaScript

module.exports = {
presets: [["@babel/preset-env", { targets: { node: "current" } }]],
};