Fix helper tests

pull/5949/head
Chocobozzz 2023-08-18 10:52:53 +02:00
parent 90b84bd4bb
commit c925e99ca4
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 2 additions and 1 deletions

View File

@ -6,7 +6,8 @@
"rootDir": "src",
"tsBuildInfoFile": "./dist/.tsbuildinfo",
"paths": {
"@tests/*": [ "src/*" ]
"@tests/*": [ "src/*" ],
"@server/*": [ "../../server/server/*" ]
}
},
"references": [