From 89e0f08ac3c37b0891057dcfeeafd50779b99532 Mon Sep 17 00:00:00 2001 From: Madeline Carlier Date: Sat, 1 Jan 2022 15:51:22 +1100 Subject: [PATCH] apparently ts-node compilerOptions.path wasn't needed? on windows I could've sworn it was. --- bundle/tsconfig.json | 6 ------ 1 file changed, 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"] },