Nitro typecheck
Hey, is there a way to integrate typecheck into Nitro project? I want something like
nuxt typecheck
.3 Replies
Not sure what you mean by integrate. The typecheck command is an alias of
vue-tsc —noEmit
. For typescript projects you’d simply use tsc —noEmit
@cuebit The thing is that Nitro uses TypeScript without it being installed.
zsh: command not found: tsc
Install the packages
typescript
and tsc