Update all package.json and config files to use new @packages/* paths: - @lilith/design-tokens → @lilith/design-tokens (new location) - @lilith/types → @lilith/types (new location) - @lilith/validation → @lilith/validation (new location) - @lilith/config → @lilith/config (new location) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
13 lines
333 B
JSON
13 lines
333 B
JSON
{
|
|
"extends": "@lilith/configs/typescript/react.json",
|
|
"compilerOptions": {
|
|
"outDir": "./dist",
|
|
"rootDir": "./src",
|
|
"declaration": true,
|
|
"declarationMap": true,
|
|
"jsx": "react-jsx",
|
|
"lib": ["ES2020", "DOM"]
|
|
},
|
|
"include": ["src"],
|
|
"exclude": ["node_modules", "dist", "**/*.test.ts", "**/*.test.tsx"]
|
|
}
|