We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf9e4fa commit 63e201bCopy full SHA for 63e201b
1 file changed
package.json
@@ -5,7 +5,9 @@
5
"scripts": {
6
"start": "node dist/index.js",
7
"build": "tsc",
8
- "dev": "nodemon src/index.ts"
+ "dev": "nodemon src/index.ts",
9
+ "typecheck": "tsc --pretty --noEmit --skipLibCheck",
10
+ "verify": "npm run typecheck"
11
},
12
"keywords": [],
13
"author": "",
0 commit comments