Commit 4bd4675b92b34d3f58274c6e2d787ee67b492a18

Authored by 张志伟
1 parent fba311bc

🔥 feat(*): 排除ts检查target文件夹

Showing 1 changed file with 1 additions and 0 deletions
tsconfig.json
... ... @@ -22,6 +22,7 @@
22 22 },
23 23 "exclude": [
24 24 "node_modules",
  25 + "target",
25 26 "build",
26 27 "dist",
27 28 "scripts",
... ...