Closed seleb closed 1 year ago
the typecheck script here is using npx in order to run tsc, but this may attempt to install and run tsc, which is actually a separate npm package that will just warn you to install typescript instead.
npx
tsc
typescript
the typecheck script here is using
npx
in order to runtsc
, but this may attempt to install and runtsc
, which is actually a separate npm package that will just warn you to installtypescript
instead.