如何解决 The inferred type of "X" cannot be namedwithout a reference to "Y"?

我正在使用 vite-dts-plugin 打包一个库的类型文件。其中,vue 组件有引用 element-plus 库中的类型。当我打包时,会报如此错误:

src/components/my-cmpt/index.ts:5:1 - error TS2742: The inferred type of 'default' cannot be named without a reference to '.pnpm/element-plus@2.2.28_vue@3.2.47/node_modules/element-plus'. This is likely not portable. A type annotation is necessary.

当在 tsconfig.ts 配置 preserveSymlinks: true 可以解决这个问题,但是我没能理解问题的成因。能否介绍一下问题的成因和各解决方案?

相关问题:

阅读 7.9k
1 个回答
撰写回答
你尚未登录,登录后可以
  • 和开发者交流问题的细节
  • 关注并接收问题和回答的更新提醒
  • 参与内容的编辑和改进,让解决方法与时俱进
推荐问题
logo
Microsoft
子站问答
访问
宣传栏