Skip to content

Commit 4b8ead3

Browse files
committed
feat: add "typecheck" script using tsgo (typescript-go)
1 parent 82c8170 commit 4b8ead3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -711,6 +711,7 @@
711711
"prepare": "husky",
712712
"prepublishOnly": "pnpm run build",
713713
"test": "node scripts/test/main.mts",
714+
"typecheck": "tsgo --noEmit",
714715
"update": "node scripts/update.mts"
715716
},
716717
"devDependencies": {

0 commit comments

Comments
 (0)