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
Is there a way to make this function tsPipeline not crash the task it belongs to, even if there are errors in the types? I know this is bad practice, but I just need to get this old legacy code to build regardless of the cost.
The text was updated successfully, but these errors were encountered:
I have a legacy project with broken/missing types, but I want to emit the code anyway.
Here's a small bit of code:
Is there a way to make this function
tsPipeline
not crash the task it belongs to, even if there are errors in the types? I know this is bad practice, but I just need to get this old legacy code to build regardless of the cost.The text was updated successfully, but these errors were encountered: