summary refs log tree commit diff
path: root/bundle
diff options
context:
space:
mode:
authorMadeline Carlier <ty.carlier@gmail.com>2022-01-01 15:51:22 +1100
committerMadeline Carlier <ty.carlier@gmail.com>2022-01-01 15:51:22 +1100
commit80d5e30c93c56d48bf2936c9425768847da29764 (patch)
treec74094a87a7f93299b32f16a1a01ef5f1e459100 /bundle
parentts-node support. debugging is slightly wonky as vscode will not allow breakpo... (diff)
downloadserver-80d5e30c93c56d48bf2936c9425768847da29764.tar.xz
apparently ts-node compilerOptions.path wasn't needed? on windows I could've sworn it was.
Diffstat (limited to 'bundle')
-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"]
 	},