baseUrl is gone from .nuxt/tsconfig.json, vue-tsc and vitest are now broken.
I was following the instructions on here to setup tests so I could test one of my Pinia stores. I had an issue with vitest failing to resolve
~
and @
aliased imports.
In order to install the extra stuff I didn't already have (@pinia-testing
) I updated a bunch of my dependencies, here is the diff on my package.json;
I now have the issue that baseUrl: ".."
is gone from my .nuxt/tsconfig.json
. I can't seem to bring it back either through any of the documented settings. If I manually edit it, vue-tsc
works again, except now it reports nearly 400 errors (before I had 2, a bunch of these seem to be failed alias imports) vitest
still can't resolve aliased imports.0 Replies