Skip to content

Commit ac98bf8

Browse files
committed
add typechecking script
1 parent a75bda2 commit ac98bf8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"build": "tsup",
1616
"format": "prettier --write .",
1717
"format:check": "prettier --check .",
18+
"typecheck": "tsc --noEmit",
1819
"test": "echo \"Error: no test specified\" && exit 1"
1920
},
2021
"repository": {

0 commit comments

Comments
 (0)