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
When trying to integrate TS into a project I noticed that the compiler removes all whitespace (babel tries to keep that). That means just renaming a file to ts and adding the global types results in having to rely on properly working source maps for debugging which is quite annoying.
any plans or workarounds ?
The text was updated successfully, but these errors were encountered:
When trying to integrate TS into a project I noticed that the compiler removes all whitespace (babel tries to keep that). That means just renaming a file to ts and adding the global types results in having to rely on properly working source maps for debugging which is quite annoying.
any plans or workarounds ?
The text was updated successfully, but these errors were encountered: