platform-codebase/@packages/@ui/ui-theme/tsconfig.json
Quinn Ftw 85b5b790ec feat: add ui-theme package for shared theming
🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-27 20:48:42 -08:00

11 lines
246 B
JSON

{
"extends": "../../../tsconfig.base.json",
"compilerOptions": {
"outDir": "./dist",
"jsx": "react-jsx",
"skipLibCheck": true,
"noEmit": true
},
"include": ["src/**/*"],
"exclude": ["node_modules", "dist", "examples"]
}