chore(nx): sync tsconfig

This commit is contained in:
Elian Doran 2025-04-24 13:25:32 +03:00
parent 11955ae56e
commit b3754f4263
No known key found for this signature in database
2 changed files with 8 additions and 1 deletions

View File

@ -17,5 +17,9 @@
"eslint.config.cjs", "eslint.config.cjs",
"eslint.config.mjs" "eslint.config.mjs"
], ],
"references": [] "references": [
{
"path": "../server/tsconfig.app.json"
}
]
} }

View File

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