Commit 7ececba
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
2 files changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
33 | 34 | | |
34 | 35 | | |
35 | 36 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments