fix: Missing modules (?)

This commit is contained in:
Tibo De Peuter 2025-04-01 21:09:19 +02:00
parent 358dcb07e0
commit 2866894707
Signed by: tdpeuter
GPG key ID: 38297DE43F75FFE2
8 changed files with 27 additions and 22 deletions

View file

@ -121,5 +121,11 @@
"skipLibCheck": true,
/* Skip type checking all .d.ts files. */
"resolveJsonModule": true
}
},
"files": [],
"references": [
{ "path": "backend" },
{ "path": "common" },
{ "path": "frontend" }
]
}