Use tsconfig baseUrl and absolute imports #1314
Labels
breaking-change
Breaks API and requires a major version bump
type/debt
Technical debt that could slow us down in the long run
Milestone
I tried to do this last week but ran into issues with the way our build process works. I think the issue was
lib/
trying to find things that only existed insrc/
or something. Moving the tsconfig.json into the src/ directory might fix this.The text was updated successfully, but these errors were encountered: