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

@@ -24,5 +24,8 @@
}
},
"include": ["./next-env.d.ts", "./**/*.ts", "./**/*.tsx", "./.next/types/**/*.ts"],
"exclude": ["./node_modules"]
"exclude": ["./node_modules"],
"references": [{
"path": "../server"
}]
}