fix: tsconfig

This commit is contained in:
Tibo De Peuter 2025-04-02 00:29:38 +02:00
parent 61f3afd9ae
commit 04b35a61f9
Signed by: tdpeuter
GPG key ID: 38297DE43F75FFE2
3 changed files with 7 additions and 10 deletions

View file

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