JSON schema for the TypeScript compiler's configuration file
项目中遇到错误JSON schema for the TypeScript compiler's configuration file,在这里记录一下解决方法。
具体报错文件

解决方法
"compilerOptions": { "outDir": "./", }, "exclude": ["node_modules", "dist"],
项目中遇到错误JSON schema for the TypeScript compiler's configuration file,在这里记录一下解决方法。
具体报错文件

解决方法
"compilerOptions": { "outDir": "./", }, "exclude": ["node_modules", "dist"],