From 7273946b04db50e0edc41e37e188ef5007730c18 Mon Sep 17 00:00:00 2001 From: Josh Hughes Date: Tue, 28 Jul 2020 16:46:30 -0400 Subject: [PATCH] remove baseUrl from tsconfig --- tsconfig.json | 1 - 1 file changed, 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 4ab250d..0e8e948 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -2,7 +2,6 @@ "compilerOptions": { "allowJs": true, "allowSyntheticDefaultImports": true, - "baseUrl": "./src", "declaration": true, "emitDecoratorMetadata": true, "esModuleInterop": true,