Cannot find module
Closed this issue · 1 comments
ga676005 commented
ga676005 commented
After reading more document, I need to set these two options to true
for TypeScript.
ViteAliases({
/**
* Generates paths in IDE config file
* works with JS or TS
* for Typescript: set `useTypescript` true
*/
useConfig: true,
/**
* Will generate Paths in tsconfig
* used in combination with `useConfig`
*/
useTypescript: true,
})