UNPKG

@bitbybit-dev/manifold

Version:

Bit By Bit Developers Manifold based CAD Library to Program Geometry

18 lines (17 loc) 323 B
module.exports = { presets: [ [ "@babel/preset-env", { targets: { node: "current", }, }, ], "@babel/preset-typescript" ], plugins: [ "babel-plugin-transform-import-meta" ], }; export {};