Don't clean dist using tsup

This commit is contained in:
Luc Perkins 2024-05-15 17:18:32 -03:00
parent e4a38c246a
commit 4a8c7256d3
No known key found for this signature in database
GPG key ID: 16DB1108FB591835

View file

@ -8,7 +8,6 @@ export default defineConfig({
target: "node20",
bundle: true,
splitting: false,
clean: true,
dts: {
resolve: true,
},