Zaneclaes
- Total activity 6
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 2
-
-
Zaneclaes created a post, Rider incorrectly imports Typescript modules from local filepaths, creating invalid syntax
I have two Typescript packages I am developing, `lib` and `ui`. The latter imports the former in `package.json` via a peerDependency. The UI package also specifies its rootDir, baseUrl, and include...