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.
authored by