diff --git a/packages/rest/package.json b/packages/rest/package.json index c39ad11e9b..4be33a6a2b 100644 --- a/packages/rest/package.json +++ b/packages/rest/package.json @@ -16,7 +16,8 @@ "scripts": { "build": "tsup --config ../../tsup.config.ts", "dev": "tsc -w", - "test": "vitest run" + "test": "vitest run", + "typecheck": "tsc --noEmit" }, "dependencies": { "@objectstack/core": "workspace:*", diff --git a/scripts/check-type-check-coverage.mjs b/scripts/check-type-check-coverage.mjs index c47d130223..28e9e68097 100644 --- a/scripts/check-type-check-coverage.mjs +++ b/scripts/check-type-check-coverage.mjs @@ -347,10 +347,6 @@ const DEBT = { errors: 11, note: 'all code-tier (TS2554 wrong arity x10, TS2552).', }, - '@objectstack/rest': { - errors: 2, - note: 'code-tier 2 (TS2345).', - }, '@objectstack/service-analytics': { errors: 10, note: 'code-tier 9 (TS2339 x7, TS7053 x2) + 1 noise (TS6133). Re-measured 10 at e8db1a230, up from 7 '