使用Vite构建的Vue3项目,出现此种问题
打开tsconfig.json
在compilerOptions中加上,"noEmit": true,
"compilerOptions": {
....,
"noEmit": true,
....
},
使用Vite构建的Vue3项目,出现此种问题
打开tsconfig.json
在compilerOptions中加上,"noEmit": true,
"compilerOptions": {
....,
"noEmit": true,
....
},