Vue3(Ts) + Deno: deno interferes with ts type file checking in vue #25964
-
When developing with Deno in a Vue 3 project, encounter type-checking problems because Deno uses its own type-checking rules by default. |
Beta Was this translation helpful? Give feedback.
Answered by
inblossoms
Oct 2, 2024
Replies: 1 comment
-
Ah Oh, the reason for the error in description is: that I previously configured the vite.config.ts and tsconfig.json configuration files instead of deno.json, which caused the deno-ts type check to interfere with all the.ts type files in the vue program directory. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
inblossoms
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ah Oh, the reason for the error in description is: that I previously configured the vite.config.ts and tsconfig.json configuration files instead of deno.json, which caused the deno-ts type check to interfere with all the.ts type files in the vue program directory.