lanjianrong 3 年之前
父節點
當前提交
128fdeb111
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      tsconfig.json

+ 2 - 1
tsconfig.json

@@ -24,5 +24,6 @@
       "@/*": ["./*"]
     }
   },
-  "include": ["src"]
+  "include": ["src"],
+  "exclude": ["node_modules", "build", "dist"]
 }