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 think maybe #135 could include all the other dependencies, so you could have the package json with @tsconfig/bases and then still use the same tsconfig references
Only downside I see is that the version would bump for every change in any config. I think, in my case, it would still be more convenient to have this combined config back but it's a minor issue. Thanks.
Being able to expand multiple config is great but for most modern Node.js project we want:
Which requires three devDependencies and can be seen as a bit bloated.
It might make sense to ship a combined config (that leverages the new array-support for extends) for the most common ones (like. lts-strictest-esm).
Would be great! Thanks!
The text was updated successfully, but these errors were encountered: