-
Notifications
You must be signed in to change notification settings - Fork 8
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Because baseUrl
is defined as ./src
in the tsconfig.json
file, editors like VSCode will automatically import modules relative to that path instead of relative to their location.
In a normal project setting, this would be preferred - it cleans up the import pathing, and we know we're always going to be importing from under src
anyway.
Nothing appears to be wrong when you're working in the context of this project, but when the Typescript is compiled down to plain JS, the imports get mucked up and modules won't resolve correctly. See rsm-hcd/AndcultureCode.JavaScript.Core#17 for an example of this.
We should remove this setting and verify the project still runs/builds as expected.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working