We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97f9bce commit 169aa7bCopy full SHA for 169aa7b
tsdown.config.ts
@@ -7,10 +7,6 @@ export default defineConfig({
7
cac: 'src/cac.ts',
8
commander: 'src/commander.ts',
9
'bin/cli': 'bin/cli.ts',
10
- 'examples/demo.t': 'examples/demo.t.ts',
11
- 'examples/demo.cac': 'examples/demo.cac.ts',
12
- 'examples/demo.citty': 'examples/demo.citty.ts',
13
- 'examples/demo.commander': 'examples/demo.commander.ts',
14
},
15
format: ['esm'],
16
dts: true,
0 commit comments