tsconfig.json文件报错JSON schema for the TypeScript compiler‘s configuration file
typescript报错解决
报错内容
JSON schema for the TypeScript compiler’s configuration file
无法写入文件“d:/Vue20220813/Code/webclient/src/vuex/store.js”,因为它会覆盖输入文件。ts
在tsconfig.json文件的配置中添加配置保存以后问题就解决了
"compilerOptions": {
"outDir":"./",
"exclude": [
"node_modules",
"dist"