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
Babel: This removes the dependency on atom-typescript's local copy of babel, and allows a given project to use whatever version they like (assuming the core .transform api doesn't change anyway). See #727
Babel: Also adds support for loading configuration from .babelrc See #727
Tsconfig : Fix rewriteTsconfig to be true by default (which is what the document mentions it should be and was the behavior before this option was added). See #732 🌹