Skip to content
New issue

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

Add typescript transpile only (skip typecheck) #54

Closed
TrungRueta opened this issue Jul 28, 2019 · 2 comments
Closed

Add typescript transpile only (skip typecheck) #54

TrungRueta opened this issue Jul 28, 2019 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@TrungRueta
Copy link

Hi team!
For now typescript work great, but it have problem: compile time in large project pretty slow because typescript do typechecking (it sample like we run compile via cli tsc). In ts-node they build flag --transpile-only which allow skip typechecking and compile code only.

Since almost people working project use IDEs like VSCode with full support typecheck when writing code , really no need second type checking step when compile. Please support new option skipTypechecking to speed up compile time

Thankyou!

@kaisermann kaisermann self-assigned this Jul 29, 2019
@kaisermann kaisermann added the enhancement New feature or request label Jul 29, 2019
@kaisermann
Copy link
Member

Hi @TrungRueta! Thanks for the feedback 😁 An option to skip type checking really makes sense. I'll implement it whenever I get some free time.

@kaisermann
Copy link
Member

Hey @TrungRueta, sorry for taking so long 😁

I just released v2.16.0 with the transpileOnly: true option. Hope it helps 🙌

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants