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, 2 insertions, 1 deletions
diff --git a/gateway/tsconfig.json b/gateway/tsconfig.json
index 2530aa41..c50bd77a 100644
--- a/gateway/tsconfig.json
+++ b/gateway/tsconfig.json
@@ -72,6 +72,7 @@
 		"paths": {
 			"@fosscord/gateway/*": ["src/*"],
 			"@fosscord/util/*": ["../util/src/*"]
-		}
+		},
+		"plugins": [{ "transform": "@zerollup/ts-transform-paths" }]
 	}
 }