ui-effects-mouse/tsconfig.json
autocommit 2a62cebdd9 chore: initial package split from monorepo
Package: @lilith/ui-effects-mouse
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:45 -07:00

10 lines
235 B
JSON

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