From 34384dd11605fe0db4f8700642f53deb7e64d5b8 Mon Sep 17 00:00:00 2001 From: Martin Hochel Date: Wed, 17 Feb 2021 11:38:00 +0100 Subject: [PATCH] fixup! fixup! chore: create new tsconfig base with path aliases --- tsconfig.base.json | 1 - 1 file changed, 1 deletion(-) diff --git a/tsconfig.base.json b/tsconfig.base.json index 51f71e227015fb..78380f8ce6f34e 100644 --- a/tsconfig.base.json +++ b/tsconfig.base.json @@ -9,7 +9,6 @@ "strictFunctionTypes": false, "forceConsistentCasingInFileNames": true, "esModuleInterop": true, - "skipDefaultLibCheck": true, "skipLibCheck": true, "typeRoots": ["node_modules/@types", "./typings"], "baseUrl": ".",