dev-console/tsup.config.ts

9 lines
184 B
TypeScript
Raw Permalink Normal View History

import { createLibraryConfig } from '@lilith/configs/tsup/library';
2026-01-21 11:37:36 -08:00
export default createLibraryConfig({
2026-01-21 11:37:36 -08:00
entry: {
index: 'src/index.ts',
runtime: 'src/runtime.ts',
},
});