Consider adding a tsconfig.json
for the user's vite.config.ts
#2489
Labels
enhancement
New feature or request
tsconfig.json
for the user's vite.config.ts
#2489
The
vite.config.ts
file in the root directory currently doesn't have an accompanyingtsconfig.json
file, so I'm guessing the IDE checks it with TypeScript's defaultcompilerOptions
.Depending on how important this is, we should either:
tsconfig.node.json
that targetsvite.config.ts
in all new Wasp project (as is the case for Vite projects).vite.config.ts
file.The text was updated successfully, but these errors were encountered: