Its a crux!
1{
2 "files": [],
3 "exclude": [
4 "node_modules",
5 "ignore",
6 ".nuxt",
7 ".output",
8 "dist",
9 "ios",
10 "android"
11 ],
12 "references": [
13 { "path": "./projects/nuxt-v4-mobile-app-with-auth" },
14 { "path": "./layers/database" },
15 { "path": "./layers/base" },
16 { "path": "./layers/auth" },
17 { "path": "./layers/ui" },
18 { "path": "./modules/nuxt-module-template-project" }
19 ]
20}