Build from tsconfig.build.json

This commit is contained in:
Wayne
2025-08-03 01:13:52 +03:00
parent ffaa9762af
commit 181f4fd46c
2 changed files with 13 additions and 4 deletions

8
tsconfig.build.json Normal file
View File

@@ -0,0 +1,8 @@
{
"files": [],
"references": [
{ "path": "packages/types" },
{ "path": "packages/backend" },
{ "path": "packages/frontend" }
]
}