We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a75bda2 commit ac98bf8Copy full SHA for ac98bf8
package.json
@@ -15,6 +15,7 @@
15
"build": "tsup",
16
"format": "prettier --write .",
17
"format:check": "prettier --check .",
18
+ "typecheck": "tsc --noEmit",
19
"test": "echo \"Error: no test specified\" && exit 1"
20
},
21
"repository": {
0 commit comments