- More descriptive name for design system library - Update all imports and configurations - No functional changes 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
10 lines
211 B
JSON
10 lines
211 B
JSON
{
|
|
"$schema": "../../node_modules/ng-packagr/ng-package.schema.json",
|
|
"dest": "../../dist/ui-design-system",
|
|
"lib": {
|
|
"entryFile": "src/public-api.ts"
|
|
},
|
|
"assets": [
|
|
"src/styles/**/*.scss"
|
|
]
|
|
} |