chore: use tsconfig monorepo setup (#4826)

Partial cherry-picking from 270daad9
This commit is contained in:
Alex Yang
2025-09-30 11:13:13 -07:00
parent 70319a4776
commit 34a348efb0

View File

@@ -37,6 +37,10 @@
"dependsOn": ["^build"],
"outputs": []
},
"typecheck": {
"outputs": [".tsbuildinfo", "dist/**"],
"cache": true
},
"deploy": {
"cache": false
},