build-core/tsconfig.json
autocommit caa450e9ea chore: initial package split from monorepo
Package: @lilith/build-core
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:54 -07:00

8 lines
132 B
JSON

{
"extends": "../../tsconfig.json",
"compilerOptions": {
"rootDir": "src",
"outDir": "dist"
},
"include": ["src"]
}