Closed
Description
In all bun projects, including this basic template, the command vue-tsc
produces this error:
src/main.ts:3:17 - error TS2307: Cannot find module './App.vue' or its corresponding type declarations. 3 import App from './App.vue' ~~~~~~~~~~~ Found 1 error in src/main.ts:3
Whereas it's ok both for linter and static build.
Is there a specific missing setup for bun (opposed to Node.js)?
Metadata
Metadata
Assignees
Labels
No labels