摘要: tsconfig.json文件中,增加配置如下即可 { "compilerOptions": { "outDir": "./" }, "exclude": ["node_modules", "dist"] } 阅读全文
posted @ 2022-01-13 15:07 CorningVV 阅读(2709) 评论(0) 推荐(0)