Closed gaokun closed 2 years ago
The following syntaxes are not supported currently:
import default
import { a as b }
export default
export * from
This is a known issue, however, the documentation is currently not updated until #15 is merged.
Unfortunenately, this may take a while to fix because I'm not focusing on this project now.
@Zolyn Many thanks for your extremely quick response. And thanks to your work anyway.
The code below is not working:
Vue
types.ts
msg.ts
I got:
If I
import type { MsgProps } from './msg'
, it works ok.Reproduce Repo
https://github.com/gaokun/vue3-ts-vite-type-imports