7 lines
184 B
TypeScript
7 lines
184 B
TypeScript
|
|
import { createLibraryConfig } from '@lilith/lix-configs/tsup/library';
|
||
|
|
|
||
|
|
export default createLibraryConfig({
|
||
|
|
// Inject CSS into JS bundle for UI components
|
||
|
|
injectStyle: true,
|
||
|
|
});
|