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 09b6e2c commit 5ff89d5Copy full SHA for 5ff89d5
tsdown.config.ts
@@ -10,5 +10,6 @@ export default defineConfig([
10
entry: 'src/cli/cli.ts',
11
platform: 'node',
12
format: 'esm',
13
+ dts: false,
14
},
15
])
0 commit comments