Open
Description
Hi, hope we can resolve this issue
I use WebStorm 2023.2.4
When i import my styles object, it has correct types
Autocomplete working well, i can write selectors
But when i try to go to defination i gor error in webstorm
I also tried goToDefination in VSCode, with
{
"typescript.tsserver.pluginPaths": ["typescript-plugin-css-modules"]
}
And in this case working fine
What can i do for correct work in WebStorm?