From ebe4b3df5c4e595f3fcf92b8ecf6c5174b13b3b0 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 21 Jan 2022 11:11:03 +0100 Subject: Remove fixed workaround --- server/tools/tsconfig.json | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'server') diff --git a/server/tools/tsconfig.json b/server/tools/tsconfig.json index 8264f5b35..39f8e74e4 100644 --- a/server/tools/tsconfig.json +++ b/server/tools/tsconfig.json @@ -1,12 +1,7 @@ { "extends": "../../tsconfig.json", "compilerOptions": { - "baseUrl": "./", - "outDir": "../../dist/server/tools", - "paths": { // FIXME: https://github.com/benyap/resolve-tspaths/issues/10 - "@server/*": [ "../../server/*" ], - "@shared/*": [ "../../shared/*" ] - } + "outDir": "../../dist/server/tools" }, "include": [ ".", "../typings" ], "references": [ -- cgit v1.2.3