This commit is contained in:
2023-01-10 19:10:20 +01:00
parent e590714391
commit 9aef8fc47b
34 changed files with 780 additions and 3 deletions

View File

@@ -9,6 +9,6 @@
"skipLibCheck": true,
},
"include": [
"./server/src/**/*"
"server-node/src/**/*"
]
}