react-terminal-themes/tsconfig.json
autocommit 9e51dea529 chore: initial package split from monorepo
Package: @lilith/react-terminal-themes
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:36 -07:00

12 lines
256 B
JSON

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