diff --git a/tsconfig.json b/tsconfig.json index f12948c2..9c072807 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -13,7 +13,8 @@ "target": "ES2020", "strictNullChecks": true, "preserveConstEnums": true, - "exactOptionalPropertyTypes": true + "exactOptionalPropertyTypes": true, + "skipLibCheck": true }, "include": [ "globals.ts",