I have an app created using vue-cli 3 and I am using Visual Studio as my IDE. I have installed Vetur extension. Unfortunately when I am typing something like that
import Message from '@/components/Message'
VS code does not provide any Intellisense for resolving such an absolute file path. Maybe VS code does not understand that @ maps to 'src' folder in projects created using vue-cli. Does anybody know how to solve that problem?
I will be very grateful for any help.
tsconfig.json
, but still the imports are not recognized. – Voyeurism