/** * Main entry point for the Babel plugin * Re-exports the plugin from plugin.ts */ export { default } from "./plugin.js"; export type { PluginOptions } from "./plugin.js";