From 48e1a3ced7363fd5f982095edab498a680feeda5 Mon Sep 17 00:00:00 2001 From: Jimmy Zhening Luo <1450044+jimmy-zhening-luo@users.noreply.github.com> Date: Sat, 22 Jun 2024 15:53:08 -0700 Subject: [PATCH] tsc: -deprecated skipdefaultlibcheck --- tsconfig.json | 1 - 1 file changed, 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 930bbf61..05812dab 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -102,7 +102,6 @@ "allowUnusedLabels": false, /* Disable error reporting for unused labels. */ "allowUnreachableCode": false, /* Disable error reporting for unreachable code. */ /* Completeness */ - // "skipDefaultLibCheck": true, /* Skip type checking .d.ts files that are included with TypeScript. */ "skipLibCheck": true, /* Skip type checking all .d.ts files. */ }, }