chore(config): Optimize tsup build config for performance/optimization

This commit is contained in:
Lilith 2026-01-21 15:34:56 -08:00
parent 48da962d95
commit 25915a2eab

View file

@ -1,11 +1,3 @@
import { defineConfig } from 'tsup';
import { createLibraryConfig } from '@lilith/configs/tsup/library';
export default defineConfig({
entry: ['src/index.ts'],
format: ['esm'],
dts: true,
clean: true,
sourcemap: true,
treeshake: true,
target: 'es2022',
});
export default createLibraryConfig();