diff options
author | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-09-20 23:34:54 +0200 |
---|---|---|
committer | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-09-20 23:34:54 +0200 |
commit | 912d1c31d8fc00550d5f9a4d437b874be811a08d (patch) | |
tree | ff6ffcabc16c4538e0a14a289886a17577f08eaa /gateway/package.json | |
parent | Merge branch 'master' into unittests (diff) | |
download | server-912d1c31d8fc00550d5f9a4d437b874be811a08d.tar.xz |
:art: rewrite imports
Diffstat (limited to 'gateway/package.json')
-rw-r--r-- | gateway/package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gateway/package.json b/gateway/package.json index f5e66a9a..595d0205 100644 --- a/gateway/package.json +++ b/gateway/package.json @@ -23,6 +23,7 @@ "@types/node-fetch": "^2.5.12", "@types/uuid": "^8.3.0", "@types/ws": "^7.4.0", + "@zerollup/ts-transform-paths": "^1.7.18", "ts-node-dev": "^1.1.6", "ts-patch": "^1.4.4", "typescript": "^4.2.3" |