`semantic error TS2339: Property 'X' doesn't exist on type 'Y...
Troubleshooting I am trying to build Vue 2 library using Vite. There is a lot of typescript, so I need rollup-plugin-typescript, but there are some weird issues. When I run build, it fails and point to the random .ts file telling me that...