Info

- Total activity 2
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 0
-
Info commented, -
Info created a post, Typescript: How to auto import with absolute paths if baseUrl is set in tsconfig.json
In my tsconfig.json I have set a base url: "baseUrl": "src/app", I want the IDE to auto import modules as absolute paths starting from this base URL. But Intellij IDEA always uses relative pat...