This commit is contained in:
2023-08-05 12:22:51 +00:00
parent 45d05f900f
commit 5ba073c125
4 changed files with 15 additions and 12 deletions
+4
View File
@@ -99,6 +99,10 @@
/* Completeness */
// "skipDefaultLibCheck": true, /* Skip type checking .d.ts files that are included with TypeScript. */
"skipLibCheck": true, /* Skip type checking all .d.ts files. */
"paths": {
"@util/*": ["./server/util/*"],
"@server/*": ["./server/*"],
}
},
"include": [
"./server/**/*"