pikax 5 年 前
コミット
b3de21c2ba
1 ファイル変更2 行追加2 行削除
  1. 2 2
      tsconfig.json

+ 2 - 2
tsconfig.json

@@ -31,7 +31,7 @@
       "vue": ["src/platforms/web/entry-runtime-with-compiler"]
     }
   },
-  "include": ["src", "test-dts", "typescript", "test"],
+  "include": ["src", "test-dts", "typescript"],
 
-  "exclude": ["flow", "node_modules", "packages"]
+  "exclude": ["flow", "node_modules", "packages", "types"]
 }