diff --git a/package.json b/package.json index e96a9b4..3f94ffb 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "0.0.0", "license": "GPL-3.0-or-later", "scripts": { - "lint:ts": "tsc --no-emit", + "lint:ts": "tsc --noEmit", "test": "ts-node src/index.ts examples/threshold-pushing.txt", "format:js": "prettier --write src/" },