diff --git a/tsdown.config.ts b/tsdown.config.ts index af8035f..130832a 100644 --- a/tsdown.config.ts +++ b/tsdown.config.ts @@ -7,10 +7,6 @@ export default defineConfig({ cac: 'src/cac.ts', commander: 'src/commander.ts', 'bin/cli': 'bin/cli.ts', - 'examples/demo.t': 'examples/demo.t.ts', - 'examples/demo.cac': 'examples/demo.cac.ts', - 'examples/demo.citty': 'examples/demo.citty.ts', - 'examples/demo.commander': 'examples/demo.commander.ts', }, format: ['esm'], dts: true,