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

Refactor due to "extends": [] Array support #148

Closed
devinrhode2 opened this issue Dec 13, 2022 · 1 comment · Fixed by #161
Closed

Refactor due to "extends": [] Array support #148

devinrhode2 opened this issue Dec 13, 2022 · 1 comment · Fixed by #161

Comments

@devinrhode2
Copy link

devinrhode2 commented Dec 13, 2022

tsconfig.json files will soon support arrays inside the "extends" key:
microsoft/TypeScript#29118

I'd imagine this will simplify this project a lot, and make creating typescript configurations much more expressive.

I believe it may be best to re-imagine tsconfig/bases given this new TS feature. I can't imagine migrating from the non-array based setup would be hard. Existing packages would still exist as published, but wouldn't receive any new updates (do they need to be updated?).

hype train: https://twitter.com/DevinRhode2/status/1602790036050681858

@orta
Copy link
Member

orta commented Dec 14, 2022

I think it could allow some of them to be smaller, but hopefully the change may encourage more folks to ship their own tsconfigs too

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants