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 /bundle/package.json | |
parent | Merge branch 'master' into unittests (diff) | |
download | server-912d1c31d8fc00550d5f9a4d437b874be811a08d.tar.xz |
:art: rewrite imports
Diffstat (limited to 'bundle/package.json')
-rw-r--r-- | bundle/package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bundle/package.json b/bundle/package.json index 72b24568..4b4e8286 100644 --- a/bundle/package.json +++ b/bundle/package.json @@ -45,6 +45,7 @@ "@types/ws": "^7.4.0", "@zerollup/ts-transform-paths": "^1.7.18", "ts-node": "^10.2.1", + "ts-patch": "^1.4.4", "typescript": "^4.3.5" }, "dependencies": { |