https://i.sstatic.net/U1uW3.png
When I initialized my Vue project using vue-cli, I encountered an issue where the use of @
in my src
folder was functioning correctly, but not in my __tests__
folder.
I have already added configurations to my tsconfig.json
file, although I am unsure if it applies to this specific scenario.
"paths": {
"@/*": ["src/*"]
},