You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using v4.x on a project that has a tsconfig file that does not specify the "compilerOptions" key, it fails with the error "Cannot destructure property 'baseUrl' of 'options' as it is undefined" in createResolver. You should probably add a null check between these lines:
When using v4.x on a project that has a tsconfig file that does not specify the "compilerOptions" key, it fails with the error "Cannot destructure property 'baseUrl' of 'options' as it is undefined" in
createResolver
. You should probably add a null check between these lines:vite-tsconfig-paths/src/index.ts
Lines 170 to 171 in d6d2b73
The text was updated successfully, but these errors were encountered: