build: update tsdown config

This commit is contained in:
pengzhanbo 2025-11-09 15:00:32 +08:00
parent a63c094df9
commit cd120220f2
5 changed files with 5 additions and 0 deletions

View File

@ -6,4 +6,5 @@ export default defineConfig({
dts: true,
format: 'esm',
sourcemap: false,
fixedExtension: false,
})

View File

@ -14,6 +14,7 @@ export default defineConfig(() => {
dts: true,
sourcemap: false,
format: 'esm',
fixedExtension: false,
}
/** @type {Options[]} */
const options = []

View File

@ -24,6 +24,7 @@ export default defineConfig((cli) => {
sourcemap: false,
format: 'esm',
clean: !cli.watch,
fixedExtension: false,
}
/** @type {Options[]} */

View File

@ -20,6 +20,7 @@ export default defineConfig(() => {
dts: true,
sourcemap: false,
format: 'esm',
fixedExtension: false,
}
/** @type {Options[]} */

View File

@ -32,6 +32,7 @@ export default defineConfig((cli) => {
format: 'esm',
silent: !!cli.watch,
clean: !cli.watch,
fixedExtension: false,
}
/** @type {Options[]} */
const options = []