import type { BuildOptions } from 'esbuild'; export type Options = { esbuildOptions: BuildOptions; };