Hello. There is no way to have a path alias with no prefix. `"cssModules.pathAlias": { "*": "${workspaceFolder}/frontend/styles" }` `"paths": { "*": ["styles/*"] },` import cssModule from "Style.module.css" This setup results in no autocomplete.
Hello. There is no way to have a path alias with no prefix.
"cssModules.pathAlias": { "*": "${workspaceFolder}/frontend/styles" }"paths": { "*": ["styles/*"] },import cssModule from "Style.module.css"
This setup results in no autocomplete.