Skip to content

Commit 7ececba

Browse files
authored
chore: add typescript for type-check script (#12)
The `type-check` script expectes `tsc` to exist, but we don't actually install typescript yet as a direct dependency. This adds typescript as a dev dependency so the type-check script works again. CI somehow does discover `tsc` before this change, but local installs do not.
1 parent 978fb7b commit 7ececba

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
"prettier": "^3.4.2",
3131
"tsup": "^8.3.6",
3232
"tsx": "^4.19.1",
33+
"typescript": "^5.7.3",
3334
"vitest": "^2.1.3"
3435
},
3536
"dependencies": {

pnpm-lock.yaml

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)