summary refs log tree commit diff
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
commit89e0f08ac3c37b0891057dcfeeafd50779b99532 (patch)
tree20849a9efc6c1d14d14a4feda00e01d7ccd34b09
parentts-node support. debugging is slightly wonky as vscode will not allow breakpo... (diff)
downloadserver-89e0f08ac3c37b0891057dcfeeafd50779b99532.tar.xz
apparently ts-node compilerOptions.path wasn't needed? on windows I could've sworn it was.
-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"] },