JSON schema for the TypeScript compiler's configuration file

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

具体报错文件

解决方法

  "compilerOptions": {
        "outDir": "./",
    },
  "exclude": ["node_modules", "dist"],

 

posted @ 2024-04-09 16:54  奔跑的哈密瓜  阅读(254)  评论(0编辑  收藏  举报