瀏覽代碼

ignore folder

pikax 5 年之前
父節點
當前提交
79f9e15f42
共有 1 個文件被更改,包括 2 次插入11 次删除
  1. 2 11
      tsconfig.json

+ 2 - 11
tsconfig.json

@@ -32,16 +32,7 @@
       "vue": ["src/platforms/web/entry-runtime-with-compiler"]
     }
   },
-  "include": [
-    "src",
-    // "packages/runtime-dom/types/jsx.d.ts",
-    // "packages/*/__tests__",
-    "test-dts",
+  "include": ["src", "test-dts", "typescript", "test"],
 
-    "typescript",
-    "test"
-    // "src/global.d.ts"
-  ],
-
-  "exclude": ["flow"]
+  "exclude": ["flow", "node_modules", "packages"]
 }