diff --git a/package.json b/package.json index 15e2a71..5161dc5 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "scripts": { "lint:js": "eslint .", "lint:js:fix": "eslint . --fix", - "lint:types": "tsc --noEmit", + "lint:types": "tsc && tsc-strict", "release": "release-it" }, "repository": {