Skip to content

Commit abcf4ac

Browse files
committed
feat: add "typecheck" script using tsgo (typescript-go)
1 parent ba04b94 commit abcf4ac

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
@@ -57,6 +57,7 @@
5757
"publish:ci": "node scripts/publish.mts --tag ${DIST_TAG:-latest}",
5858
"claude": "node scripts/claude.mts",
5959
"test": "node scripts/test.mts",
60+
"typecheck": "tsgo --noEmit",
6061
"type": "tsgo --noEmit -p .config/tsconfig.check.json",
6162
"update": "node scripts/update.mts",
6263
"update:data:npm": "node scripts/update-data-npm.mts"

0 commit comments

Comments
 (0)