ui-astro/tsconfig.json
Lilith 7e99959ffa Initial release: Astro-compatible CSS tokens from cyberpunk-ui
- Programmatic extraction from @lilith/ui-design-tokens
- Generated CSS files for tokens, themes, and utilities
- TypeScript types for type-safe CSS variable usage
- Theme bundles: cyberpunk, lilith, luxe
- Critical CSS for SEO optimization
- Utility classes (.p-*, .m-*, .text-*)

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-01 22:12:27 -08:00

16 lines
367 B
JSON

{
"compilerOptions": {
"target": "ES2022",
"module": "ESNext",
"moduleResolution": "bundler",
"esModuleInterop": true,
"strict": true,
"skipLibCheck": true,
"declaration": false,
"outDir": "./dist",
"rootDir": "./scripts",
"resolveJsonModule": true
},
"include": ["scripts/**/*"],
"exclude": ["node_modules", "dist"]
}