packages/ui/tsconfig.json
Metadata
- Purpose: Shared UI package for reusable design primitives/components.
- Domain:
shared-packages - Language:
json - Bytes: 185
- Lines: 10
- Content hash (short):
7c9c2337 - Source (start): packages/ui/tsconfig.json:1
- Source (end): packages/ui/tsconfig.json:10
Indexed Symbols
No indexed functions/methods detected in this file.
Markdown Headings (if applicable)
No markdown headings detected.
Source Preview
{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"outDir": "dist",
"rootDir": "src",
"jsx": "react-jsx"
},
"include": ["src/**/*.ts", "src/**/*.tsx"]
}