Fixup lint:ts command

This commit is contained in:
Rene Saarsoo 2020-09-18 15:26:14 +03:00
parent a35b0018f0
commit 8203e143e8
1 changed files with 1 additions and 1 deletions

View File

@ -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/"
},