Search Docs
type Dts = | { build?: boolean; bundle?: boolean; distPath?: string; abortOnError?: boolean; autoExtension?: boolean; } | boolean;
undefined
Configure the generation of the TypeScript declaration files.