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
@dennispg I've tested your contribution and I really like your approach of using a separate tsconfig.json and the extends option.
However, in the app where I'm using this package, I've also defined some custom paths, which overwrite the paths defined in tsconfig.jspm.json. It seems like TypeScript does not merge this field when extending configs.
Do you have any experience with that or know a way of how to get around this? Otherwise I will have to look into other approaches or have to go back the one that is currently in use.
The text was updated successfully, but these errors were encountered:
@dennispg I've tested your contribution and I really like your approach of using a separate
tsconfig.json
and theextends
option.However, in the app where I'm using this package, I've also defined some custom
paths
, which overwrite thepaths
defined intsconfig.jspm.json
. It seems like TypeScript does not merge this field when extending configs.Do you have any experience with that or know a way of how to get around this? Otherwise I will have to look into other approaches or have to go back the one that is currently in use.
The text was updated successfully, but these errors were encountered: