ui-theme/tsconfig.json
autocommit 9c7c188184 chore: initial package split from monorepo
Package: @lilith/ui-theme
Split from: lilith/ui.git or lilith/build.git
Publish workflow: calls lilith/workflows/.forgejo/workflows/publish-npm.yml@main
2026-04-20 01:10:25 -07:00

13 lines
309 B
JSON

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