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 4825f9e commit afee3b0Copy full SHA for afee3b0
tsup.config.ts
@@ -17,6 +17,7 @@ export default defineConfig((options) => {
17
...commonOptions,
18
format: ['cjs'],
19
target: 'es5',
20
+ dts: false,
21
},
22
{
23
0 commit comments