summary refs log tree commit diff
path: root/bundle/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'bundle/tsconfig.json')
-rw-r--r--bundle/tsconfig.json6
1 files changed, 0 insertions, 6 deletions
diff --git a/bundle/tsconfig.json b/bundle/tsconfig.json
index ef330139..c932d39c 100644
--- a/bundle/tsconfig.json
+++ b/bundle/tsconfig.json
@@ -7,12 +7,6 @@
 		"compilerOptions": {
 			"rootDir": "../",
 			"baseUrl": ".",
-			"paths": {
-				"@fosscord/util": ["../util/src/index"],
-				"@fosscord/api": ["../api/src/index"],
-				"@fosscord/gateway": ["../gateway/src/index"],
-				"@fosscord/cdn": ["../cdn/src/index"]
-			},
 		},
 		"require": ["tsconfig-paths/register"]
 	},