You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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 timeThankyou!
The text was updated successfully, but these errors were encountered: