Closed maetl closed 7 months ago
I was wondering why those imports were changed indeed in your last PR but did not take the time to check.
It seems the namespace is now Capitalized, whereas is was all lowercase before. It's important for js includes.
It seems the namespace is now Capitalized, whereas is was all lowercase before. It's important for js includes.
Fixed now. Thanks for explaining.
Description
Fixes a problem introduced in #1049 where the relative imports changed to suit standalone references to these files on disk—but overlooked that the tsconfig had
src
already mapped.Checklist
npm test
).npm run-script lint
).