Cannot find module 'vite'. Did you mean to set the 'moduleResolution' option to 'node', or to add aliases to the 'paths' option?
tsconfig.json
{
"compilerOptions": {
+ "moduleResolution": "node"
}
}
tsconfig.json
{
"compilerOptions": {
+ "moduleResolution": "node"
}
}