summary refs log tree commit diff
path: root/gateway/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'gateway/tsconfig.json')
-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" }]
 	}