Using Vue with package based Nx cause vscode find tsconfig #7118
Unanswered
neko-para
asked this question in
Help/Questions
Replies: 1 comment 1 reply
-
Please provide a minimal reproduce, for example a git repository. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
After add a Vue project with Vite into package based Nx, vscode (or its ts language server) annouces that it cannot find
@vue/tsconfig/tsconfig.web.json
.Although it says so, running
vite build
or clicking to follow the link (it does open the file in node_modules) works fine.Beta Was this translation helpful? Give feedback.
All reactions