json schema for the typescript compiler's configuration file

报错指示:json schema for the typescript compiler's configuration file. cannot find type definition file for 'webpack-env'.

报错原因:vue-cli里tsconfig.json文件报错

处理办法: 修改项目根目录下的tsconfig.json文件中的compilerOptions.types值, "compilerOptions": { "types": ["webpack-env", "nodejs"], "compilerOptions": { "types": ["webpack-env"], TypeScript