JSDoc importing from another file with webpack/ts alias

后端 未结 0 405
天命终不由人
天命终不由人 2020-12-07 04:20

Given:

/** @typedef {import(\'../../../store/modules/TypeA\').TypeA} TypeA */  //resolves
/** @typedef {import(\'@/store/modules/TypeB\').TypeB} TypeB */ //an         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题