1 2 3 4 5 6 7 8 9 10 11
// @ts-check import { defineBuildConfig } from "unbuild"; export default defineBuildConfig({ declaration: true, sourcemap: true, rollup: { emitCJS: true, }, });