Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(fix): revert #130's breaking change of tsconfig options #415

Merged

Commits on Jan 4, 2020

  1. (fix): revert jaredpalmer#130's breaking change of tsconfig options

    - not sure why this change was made in that PR as it was unrelated to
      the rest, but it broke some things related to Babel usage and maybe
      other things
      - e.g. babel macros were not included per jaredpalmer#413
      - and it used `tslib` instead of adding babel helper functions
    
    - add a comment of why it seems like the target is overriden to esnext
      - though I am not sure of the original reasoning, as it has existed
        since very early versions of TSDX, see jaredpalmer#130 comments
    agilgur5 committed Jan 4, 2020
    Configuration menu
    Copy the full SHA
    3325ee9 View commit details
    Browse the repository at this point in the history