From 93d3979d5bdf13cc8afcf5e89966311a58187f7f Mon Sep 17 00:00:00 2001 From: TruongSinh Tran-Nguyen Date: Wed, 18 Nov 2020 11:19:21 -0800 Subject: [PATCH] example failed CI due to exessive TS strict errors --- ci-script/tsc-strict-error.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci-script/tsc-strict-error.mjs b/ci-script/tsc-strict-error.mjs index 04afea6e7b..c6a13a5289 100644 --- a/ci-script/tsc-strict-error.mjs +++ b/ci-script/tsc-strict-error.mjs @@ -4,7 +4,7 @@ const dirToCheck = [ ] const tsErrorsThreshold = [ 883, /* 'compiler' */ - 362, /* 'runtime' */ + 358, /* 'runtime' */ ]; import { promisify } from 'util';