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';