platform-codebase/@packages/@hooks/attribute-hooks/tsconfig.json
Lilith db92f7201b Add new packages: attribute-hooks + jobs-python
- @packages/@hooks/attribute-hooks: React hooks for data-* attributes
- @packages/jobs-python: Python jobs queue library with Redis storage
- Fix design-tokens README import paths

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-31 05:23:13 -08:00

9 lines
188 B
JSON

{
"extends": "@lilith/configs/typescript/react",
"compilerOptions": {
"outDir": "./dist",
"rootDir": "./src"
},
"include": ["src"],
"exclude": ["node_modules", "dist"]
}