Closed lynxtaa closed 2 years ago
Cool. Thanks for the info.
I'm looking at getting all my outstanding OSS tickets done by the end of January.
Without looking at the code, I guess the fix is to default to ""
for missing baseUrl
?
Without looking at the code, I guess the fix is to default to
""
for missingbaseUrl
?
Yeah, I'm pretty sure it'll work
OK, fixed, and 5.3.1 should be on NPM now.
Since Typescript 4.1 we can configure aliases without providing
baseUrl
https://github.com/microsoft/TypeScript/issues/31869But alias-hq is throwing
TypeError [ERR_INVALID_ARG_TYPE]: The "to" argument must be of type string. Received undefined
when loading tsconfig.It seems to me that the problem is with this line https://github.com/davestewart/alias-hq/blob/19309203d65893dab77c2d71e1fa26a16e8034ad/src/index.js#L169