From 09d858594ad270c9dd34d15caa651282f2bcf764 Mon Sep 17 00:00:00 2001 From: Dave Tryon <45672944+DaveTryon@users.noreply.github.com> Date: Wed, 3 May 2023 16:25:24 -0700 Subject: [PATCH] chore: Remove deprecated TypeScript options --- tsconfig.base.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/tsconfig.base.json b/tsconfig.base.json index 77ba29f91b2..181e925546d 100644 --- a/tsconfig.base.json +++ b/tsconfig.base.json @@ -9,9 +9,7 @@ "stripInternal": true, "noEmitOnError": true, "skipLibCheck": true, - "suppressExcessPropertyErrors": true, "alwaysStrict": true, - "noImplicitUseStrict": false, "moduleResolution": "node", "inlineSources": true, "experimentalDecorators": true, @@ -19,7 +17,6 @@ "strictNullChecks": true, "strictPropertyInitialization": false, "noErrorTruncation": false, - "noStrictGenericChecks": false, "allowJs": false, "plugins": [], "forceConsistentCasingInFileNames": true