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 cdde412 commit 83f24afCopy full SHA for 83f24af
tsup.config.ts
@@ -4,6 +4,7 @@ export default defineConfig({
4
entry: ['./src'],
5
format: ['cjs', 'esm'],
6
target: 'node14',
7
+ splitting: true,
8
clean: true,
9
dts: true,
10
})
0 commit comments