8 lines
196 B
TypeScript
8 lines
196 B
TypeScript
import { createLibraryConfig } from '@lilith/configs/tsup/library';
|
|
|
|
export default createLibraryConfig({
|
|
entry: {
|
|
'vite-helpers': 'src/vite-helpers.ts',
|
|
index: 'src/index.ts',
|
|
},
|
|
});
|