Hello everyone!! I have some issues while importing files out of the sourceDir with an alias in Nuxt 3.
I am at the phone, so I will try to make the best reproduction of what I have.
Imagine you have a folder like this:
/nuxt-project/modules/some-module.js
/common-utils/foo.js
Now I would like to create an alias import like: import something from '@alias/foo.js'. I tried defining it on nuxt.config.ts but without any results. Importing the file with relative paths work fine tho!