mirror of
https://github.com/nextlevelbuilder/ui-ux-pro-max-skill.git
synced 2026-08-16 09:48:46 +00:00
Overhaul BM25 relevance, reasoning and data-quality contracts; refresh UI styles and framework guidance; add resilient text, chip, badge and micro-interaction guidance; strengthen release, provenance and catalog refresh gates; update bilingual documentation.
28 lines
593 B
JSON
28 lines
593 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2020",
|
|
"module": "CommonJS",
|
|
"moduleResolution": "Node",
|
|
"jsx": "react-jsx",
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@/*": ["./*"]
|
|
},
|
|
"outDir": ".test-dist",
|
|
"esModuleInterop": true,
|
|
"strict": true,
|
|
"skipLibCheck": true
|
|
},
|
|
"include": [
|
|
"lib/types.ts",
|
|
"lib/colorExtractor.ts",
|
|
"lib/cssGenerator.ts",
|
|
"lib/parseStyles.ts",
|
|
"lib/filterStyles.ts",
|
|
"lib/parseStyles.test.ts",
|
|
"components/MetadataBadges.tsx",
|
|
"components/FilterBar.tsx",
|
|
"components/metadata-badges.test.tsx"
|
|
]
|
|
}
|