diff options
-rw-r--r-- | bundle/tsconfig.json | 6 |
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"] }, |