Fix helper tests
This commit is contained in:
parent
90b84bd4bb
commit
c925e99ca4
1 changed files with 2 additions and 1 deletions
|
@ -6,7 +6,8 @@
|
|||
"rootDir": "src",
|
||||
"tsBuildInfoFile": "./dist/.tsbuildinfo",
|
||||
"paths": {
|
||||
"@tests/*": [ "src/*" ]
|
||||
"@tests/*": [ "src/*" ],
|
||||
"@server/*": [ "../../server/server/*" ]
|
||||
}
|
||||
},
|
||||
"references": [
|
||||
|
|
Loading…
Reference in a new issue