We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I install this package and I used typescript in global and when run show error: Error: Cannot find module 'typescript'
when I install typescript in project this error gone
The text was updated successfully, but these errors were encountered:
Yeah, it does require typescript to be installed. It uses the typescript compiler to do type checking, as esbuild doesn't do anything.
esbuild
Many people have gravitated to swc and it's become a first-class option in Nx. It also seems to support emitDecoratorMetadata.
Sorry, something went wrong.
any sample for nodejs backend? I use typegoose and typegraphql and for build and run I used esbuild. Thanks for help
No branches or pull requests
I install this package and I used typescript in global and when run show error:
Error: Cannot find module 'typescript'
when I install typescript in project this error gone
The text was updated successfully, but these errors were encountered: