chore(nx): sync tsconfig

This commit is contained in:
Elian Doran 2025-05-24 20:46:32 +03:00
parent 3bd2d865df
commit ddda222eee
No known key found for this signature in database
2 changed files with 6 additions and 0 deletions

View File

@ -18,6 +18,9 @@
"eslint.config.mjs" "eslint.config.mjs"
], ],
"references": [ "references": [
{
"path": "../server/tsconfig.app.json"
},
{ {
"path": "../desktop/tsconfig.app.json" "path": "../desktop/tsconfig.app.json"
}, },

View File

@ -3,6 +3,9 @@
"files": [], "files": [],
"include": [], "include": [],
"references": [ "references": [
{
"path": "../server"
},
{ {
"path": "../desktop" "path": "../desktop"
}, },