imajin/node_modules/@lilith/ui-theme/tsconfig.json
2026-01-10 04:52:11 -08:00

11 lines
238 B
JSON

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