tsconfig.json 报错 无法写错写入文件 ,因为他会覆盖输入文件是怎么回事?

tsconfig.json文件中,增加配置如下即可

{
  "compilerOptions": {
    "outDir": "./"
  },
  "exclude": ["node_modules", "dist"]
}
posted @ 2022-01-13 15:07  CorningVV  阅读(2709)  评论(0)    收藏  举报