ui-developer-fab/tsconfig.json
autocommit 705d74a49f chore: initial package split from monorepo
Package: @lilith/ui-developer-fab
Split from: lilith/ui.git or lilith/build.git
Publish workflow: calls lilith/workflows/.forgejo/workflows/publish-npm.yml@main
2026-04-20 01:11:35 -07:00

13 lines
357 B
JSON

{
"extends": "../../tsconfig.json",
"compilerOptions": {
"outDir": "./dist",
"declaration": true,
"declarationMap": true,
"jsx": "react-jsx",
"types": ["vite/client"],
"noEmit": false
},
"include": ["src/**/*"],
"exclude": ["node_modules", "dist", "src/__tests__/**", "**/*.test.ts", "**/*.test.tsx", "**/*.stories.tsx"]
}