From ec4a2da52c60612ce9e7918f34f1b3e9ae7a4fe7 Mon Sep 17 00:00:00 2001 From: Daniel Bankhead Date: Tue, 18 Jul 2023 13:20:20 -0700 Subject: [PATCH] chore: remove `skipLibCheck` --- tsconfig.json | 1 - 1 file changed, 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index cca4310..b7492c4 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -2,7 +2,6 @@ "extends": "./node_modules/gts/tsconfig-google.json", "compilerOptions": { "lib": ["es2018", "dom"], - "skipLibCheck": true, "rootDir": ".", "outDir": "build" },