From 1f557b5f8dc40f3e0d1179bb299eeb08144e8e28 Mon Sep 17 00:00:00 2001 From: Oliver Akins Date: Thu, 26 May 2022 23:18:16 -0600 Subject: [PATCH] Remove baseUrl option --- tsconfig.json | 1 - 1 file changed, 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 1383e2f..568e2ca 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,6 +1,5 @@ { "compilerOptions": { - "baseUrl": ".", "inlineSourceMap": true, "inlineSources": true, "module": "ESNext",