In a nuxt 3 project, when trying to use auto import VS Code feature (for things that Nuxt 3 does not auto import itself), the suggested alias for root is "~~". It is totally valid but I'd like to use "@" instead.
I'm not sure where and I how should I config this (vs code settings, tsconfig.json, nuxt.config.ts, etc.)?
Thanks!