volar doesn't read `compilerOptions.types` of tsconfig.json
See original GitHub issuevolar version: v0.39.2 vscode version: 1.69.2
repo: https://github.com/aimergenge/blog
see this file: src/pages/index.vue:2
.png
module type is in vite/client
and tsconfig.json
’s compilerOptions.types
includes it
Issue Analytics
- State:
- Created a year ago
- Reactions:4
- Comments:12 (1 by maintainers)
Top Results From Across the Web
Why does VSCode not pick up path aliases in tsconfig?
In my case, the aliases can not be read by vs code on Jest ... The solution is add a settings.json in .vscode...
Read more >TSConfig Reference - Docs on every TSConfig option
Intro to the TSConfig Reference A TSConfig file in a directory indicates that the directory is the root of a TypeScript or JavaScript...
Read more >How to Fix the TypeScript Intellisense Template Error in Vue
I recently got this error while working on a Vue 3 project: TypeScript intellisense is disabled on template. No need to panic, just...
Read more >Using Vue with TypeScript - Vue.js
When configuring tsconfig.json manually, some notable options include: compilerOptions.isolatedModules is set to true because Vite uses esbuild for transpiling ...
Read more >cannot find module' or its corresponding type declarations vue
This is because TypeScript does not resolve webpack aliases automatically. For TS to resolve aliases, they should be added in tsconfig.json under ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
v0.39.1
works fine for me, afterwards, it’s broken.@zhouxiang1991 If still not working in v0.40.13 or later, please open an issue and provide repro case.