Optionaloptions: CompositePresetsOptionsPreset options.
Copies declaration files that have already been compiled via tsc
temporarily into the source directory during rollup execution for rollup-dts-plugin,
then overlays the tsc declarations onto the output directory after build to work
around unbuild 3.x emitting invalid .d.ts output (types stripped, bodies kept).
Unbuild preset to support composite projects.