mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-28 22:42:11 +01:00
feat(libs-ui-label, remission-shared-product, storybook): add UI label component for remission tags - Create new @isa/ui/label library with primary/secondary appearances - Integrate label component into ProductInfoComponent to display remission tags (Prio 1, Prio 2, Pflicht) - Add conditional rendering based on RemissionItemTags enum with proper appearance mapping - Include comprehensive unit tests using Vitest and Angular Testing Utilities - Add Storybook stories for both label component and updated product info component - Import label styles in main tailwind.scss Ref: #5268
31 lines
709 B
JSON
31 lines
709 B
JSON
{
|
|
"extends": "../../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"importHelpers": true,
|
|
"moduleResolution": "bundler",
|
|
"strict": true,
|
|
"noImplicitOverride": true,
|
|
"noPropertyAccessFromIndexSignature": true,
|
|
"noImplicitReturns": true,
|
|
"noFallthroughCasesInSwitch": true,
|
|
"module": "preserve"
|
|
},
|
|
"angularCompilerOptions": {
|
|
"enableI18nLegacyMessageIdFormat": false,
|
|
"strictInjectionParameters": true,
|
|
"strictInputAccessModifiers": true,
|
|
"typeCheckHostBindings": true,
|
|
"strictTemplates": true
|
|
},
|
|
"files": [],
|
|
"include": [],
|
|
"references": [
|
|
{
|
|
"path": "./tsconfig.lib.json"
|
|
},
|
|
{
|
|
"path": "./tsconfig.spec.json"
|
|
}
|
|
]
|
|
}
|