co-mono/packages/pi-daemon/tsconfig.json
Advait Paliwal c46fb9bb16 Add pi-daemon package, update models and dependencies
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-05 17:11:10 -08:00

8 lines
137 B
JSON

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