From bc1a3ce1e65845fa4a7417f3fddcb39d2926beee Mon Sep 17 00:00:00 2001 From: Xymorot Date: Sat, 12 Oct 2019 21:24:11 +0200 Subject: [PATCH] config: remove baseUrl from tsconfig because it is meant to be used with additional tooling --- tsconfig.json | 1 - 1 file changed, 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 72d26d2..adb4ef1 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,6 +1,5 @@ { "compilerOptions": { - "baseUrl": ".", "module": "commonjs", "moduleResolution": "node", "esModuleInterop": true,