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
#65 removed support for Node.js-style resolution of the tsconfig extends field – something that TypeScript can do. Implementing this from-scratch is not entirely trivial, but get-tsconfig has it all. @davestewart Since you decided against get-tsconfig, I'm not sure if there's a reason not to use it in this project? If not, I'm happy to submit a PR (I'm desperately depending on module resolution in extends 🥲). Just drop me a thumbs-up reaction here if get-tsconfig would also work.
The text was updated successfully, but these errors were encountered:
Thanks for the super-fast reply! For the reference and maybe to save you some time, here's how TS resolves extends paths and here's how get-tsconfig does it.
EDIT: TS 5 allows extends to be an array, so now is the time to rely on other projects to add support for this 😄
#65 removed support for Node.js-style resolution of the tsconfig
extends
field – something that TypeScript can do. Implementing this from-scratch is not entirely trivial, but get-tsconfig has it all. @davestewart Since you decided againstget-tsconfig
, I'm not sure if there's a reason not to use it in this project? If not, I'm happy to submit a PR (I'm desperately depending on module resolution inextends
🥲). Just drop me a thumbs-up reaction here ifget-tsconfig
would also work.The text was updated successfully, but these errors were encountered: