Skip to content

Commit 4a87f9e

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

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
@@ -33,6 +33,7 @@
3333
"type:all": "node scripts/type.mjs",
3434
"// Testing": "",
3535
"test": "node scripts/test-monorepo.mjs",
36+
"typecheck": "tsgo --noEmit",
3637
"test:all": "node scripts/test-monorepo.mjs --all",
3738
"test:unit": "pnpm --filter @socketsecurity/cli run test:unit",
3839
"pretest:all": "pnpm run build",

0 commit comments

Comments
 (0)