From 5ca55acebb12f315783c1dfe94765cbff2556b1d Mon Sep 17 00:00:00 2001 From: Chris Ryan Date: Mon, 5 Aug 2019 17:44:58 -0400 Subject: [PATCH] fix(tsc): remove unnecessary property --- tsconfig.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 9638250..b7fb547 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -16,7 +16,6 @@ "target": "esnext", "module": "commonjs", "lib": ["es2017"], - "baseUrl": "scripts", - "skipLibCheck": true + "baseUrl": "scripts" } }