add server references in web apps

This commit is contained in:
Aman Varshney
2025-05-11 09:17:20 +05:30
parent 1192c2ccb2
commit 2b8eb622f5
11 changed files with 43 additions and 11 deletions

View File

@@ -1,4 +1,7 @@
{
// https://nuxt.com/docs/guide/concepts/typescript
"extends": "./.nuxt/tsconfig.json"
"extends": "./.nuxt/tsconfig.json",
"references": [{
"path": "../server"
}]
}