We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13261d0 commit 0c635d7Copy full SHA for 0c635d7
1 file changed
tsup.config.ts
@@ -11,7 +11,6 @@ export default defineConfig(options => {
11
clean: true,
12
sourcemap: isDev,
13
splitting: false,
14
- dts: !isDev,
15
env: {
16
NODE_ENV: isDev ? 'development' : 'production',
17
},
0 commit comments