platform-codebase/features/feature-flags/shared/tsup.config.ts
Lilith f21cf13233 chore(messaging-hooks): 🔧 Update TypeScript files in messaging-hooks package
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-04 00:09:17 -08:00

9 lines
213 B
TypeScript

import { createLibraryConfig } from '@lilith/lix-configs/tsup/library';
export default createLibraryConfig({
entry: {
index: 'src/index.ts',
react: 'src/react.ts',
nestjs: 'src/nestjs.ts',
},
});