Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Karmalakas
Total activity
8
Last activity
December 03, 2024 17:23
Member since
January 13, 2021 18:40
Following
0 users
Followed by
0 users
Votes
1
Subscriptions
2
Activity overview
Posts (1)
Comments (4)
Sort by recent activity
Recent activity
Votes
Created
December 03, 2024 17:23
So what you're saying, is that Jetbrains IDEs don't allow a proper use of TS with additional compiler packages, which deal with such situations?
Community
WebStorm
Typescript does not resolve modules through tsconfig.json's baseUrl
0 votes
Edited
December 03, 2024 17:10
OK, how do I disable this inspection on IDE/project level, because @ts-ignore is not an option in this case. I don't care that IDE can't find the module which is there
Community
WebStorm
Typescript does not resolve modules through tsconfig.json's baseUrl
0 votes
Edited
December 03, 2024 17:05
But that's just IDE behaviour I believe. Everything else works as expected. Crtl + Click also works. TSC build also works. Webpack build also works… It's only that IDE marks all files, that have su...
Community
WebStorm
Typescript does not resolve modules through tsconfig.json's baseUrl
0 votes
Edited
December 03, 2024 16:11
I still have pretty much the same issue on PhpStorm v2024.3 …My tsconfig:{ "compilerOptions": { "paths": { "@ctrl/*": ["src/controller/*"], "@ui/*": ["src/ui/*"], "@/*": ["s...
Community
WebStorm
Typescript does not resolve modules through tsconfig.json's baseUrl
0 votes