refactor: expose missing types

This commit is contained in:
Carlos Valente
2025-12-19 17:31:34 +01:00
committed by Carlos Valente
parent fc2e76db0a
commit 1054ec0a5e
3 changed files with 15 additions and 3 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ import { defineConfig } from 'tsup';
import copyPlugin from '@sprout2000/esbuild-copy-plugin';
export default defineConfig({
clean: false, //we can't use clean as i dose so after the copy plugin runs
clean: false, // we can't use clean as it runs after the copy plugin
entry: ['src/main.ts'],
outDir: 'dist',
bundle: true,