Given:
/** @typedef {import('../../../store/modules/TypeA').TypeA} TypeA */ //resolves
/** @typedef {import('@/store/modules/TypeB').TypeB} TypeB */ //any
TypeA works, TypeB does not.
Is there a way for my IDE to respect my webpack configuration, or perhaps tsconfig.json with path alias?