chore: Configureer TypeScript

tsconfig.json met overerving
This commit is contained in:
Tibo De Peuter 2025-02-20 14:08:07 +01:00
parent db4d6288d8
commit 592cf1acfd
Signed by: tdpeuter
GPG key ID: 38297DE43F75FFE2
7 changed files with 178 additions and 155 deletions

View file

@ -1,14 +1,14 @@
{
"files": [],
"references": [
{
"path": "./tsconfig.node.json"
},
{
"path": "./tsconfig.app.json"
},
{
"path": "./tsconfig.vitest.json"
}
]
"files": [],
"references": [
{
"path": "./tsconfig.node.json"
},
{
"path": "./tsconfig.app.json"
},
{
"path": "./tsconfig.vitest.json"
}
]
}