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
src/App.vue:4:27 - error TS2306: File '/Users/user/Projects/vite-v3-ts-import-bug/packages/component/index.d.ts' is not a module.
4 import { Component } from '../../component'~~~~~~~~~~~~~~~~~
Encountered this bug when importing an NPM package containing an exported Vue component using Typescript, with typings using vue-tsc. The component is imported successfully, and it's more likely to be an issue with Typescript, since using ts-ignore will have it build successfully.
The "component" package is set up according to vite library mode documentation.
There might be something wrong with my setup, but not sure where to look.