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

Adding "extends": support to 'ts-node' loading from tsconfig.json #1292

Closed
wants to merge 2 commits into from

Commits on Apr 7, 2021

  1. Adding "extends": support to 'ts-node' loading from tsconfig.json

    …, so that one `tsconfig` extending another will merge the `'ts-node'` options specified in both.
    
    `readTsConfigExtendForTsNodeRecursively` will read as far back as it can while keeping the current stack around so it keeps merging.
    Higher stack gets priority.
    seivan committed Apr 7, 2021
    Copy the full SHA
    8e771ff View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2021

  1. Copy the full SHA
    3340af3 View commit details
    Browse the repository at this point in the history