We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b032a6 commit be2bf6aCopy full SHA for be2bf6a
node/package.json
@@ -38,6 +38,7 @@
38
"test": "./test",
39
"build": "tsc && chmod ugo+x lib/cli.js",
40
"watch": "tsc --watch ",
41
+ "typecheck": "tsc --noEmit",
42
"lint": "eslint . --ext .ts --fix --ignore-path ../.gitignore",
43
"check": "npm run lint && npm run typecheck"
44
},
0 commit comments