summary refs log tree commit diff
path: root/gateway/tsconfig.json
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-10-02 15:12:47 +0200
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-10-02 15:12:47 +0200
commit7bd0a2004c9d7f1c59b510a5462b82c4b0a0ce7a (patch)
tree4e77c193c08b2acb234981a6244836e1c5398bcf /gateway/tsconfig.json
parentMerge pull request #410 from TheArcaneBrony/master (diff)
downloadserver-7bd0a2004c9d7f1c59b510a5462b82c4b0a0ce7a.tar.xz
:art: restructure gateway
Diffstat (limited to '')
-rw-r--r--gateway/tsconfig.json3
1 files changed, 1 insertions, 2 deletions
diff --git a/gateway/tsconfig.json b/gateway/tsconfig.json
index dd066383..7143c8a3 100644
--- a/gateway/tsconfig.json
+++ b/gateway/tsconfig.json
@@ -71,8 +71,7 @@
 		"baseUrl": ".",
 		"paths": {
 			"@fosscord/gateway": ["src/index"],
-			"@fosscord/gateway/*": ["src/*"],
-			"@fosscord/util/*": ["../util/src/*"]
+			"@fosscord/gateway/*": ["src/*"]
 		},
 		"plugins": [{ "transform": "@zerollup/ts-transform-paths" }]
 	}