We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cf13a1 commit efd881aCopy full SHA for efd881a
1 file changed
package.json
@@ -35,7 +35,8 @@
35
"test": "vitest run",
36
"format": "prettier --write .",
37
"format:check": "prettier --check .",
38
- "lint": "eslint --max-warnings 0 ."
+ "lint": "eslint --max-warnings 0 .",
39
+ "typecheck": "tsc --noEmit"
40
},
41
"license": "MIT",
42
"packageManager": "[email protected]",
0 commit comments