[vite] WARNING: You are using the default mode for options.ts
which is "civet"
error
#1647
-
Is this an option for the vite plugin? |
Beta Was this translation helpful? Give feedback.
Answered by
edemaine
Dec 16, 2024
Replies: 1 comment
-
Yes, it's If you're using Vite, which handles TypeScript itself, you can use |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
angelhdzdev
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, it's
ts
, which you can see in the autocomplete.If you're using Vite, which handles TypeScript itself, you can use
ts: "preserve"
.