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
I would like to create separate tasks for development and production environment, and I would like to turn on the sourceMap in the development environment for debugging purposes.
Normally, without grunt, I can use tsc to override this on the command line:
I would like to create separate tasks for development and production environment, and I would like to turn on the
sourceMap
in the development environment for debugging purposes.Normally, without grunt, I can use
tsc
to override this on the command line:How do I go about implementing the similar mechanism using
grunt-ts
?The text was updated successfully, but these errors were encountered: