vite-version-plugin/tsconfig.json
autocommit 82755ccc82 chore: initial package split from monorepo
Package: @lilith/vite-version-plugin
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:53 -07:00

8 lines
132 B
JSON

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