ui-backgrounds/tsconfig.json
autocommit b3ea46a9db chore: initial package split from monorepo
Package: @lilith/ui-backgrounds
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:44 -07:00

13 lines
314 B
JSON

{
"extends": "../../tsconfig.json",
"compilerOptions": {
"declaration": true,
"noEmit": false,
"outDir": "./dist",
"rootDir": "./src",
"declarationDir": "./dist",
"composite": true
},
"include": ["src/**/*"],
"exclude": ["node_modules", "dist", "**/*.test.ts", "**/*.test.tsx"]
}