]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore: remove unnecessary comment
authorEvan You <yyx990803@gmail.com>
Thu, 20 Sep 2018 06:07:45 +0000 (02:07 -0400)
committerEvan You <yyx990803@gmail.com>
Thu, 20 Sep 2018 06:07:45 +0000 (02:07 -0400)
tsconfig.json

index 59fbad3f1609b00a5b503830d9ef4efdbad19b96..49817039d4ddd9a3fc8066826e00e594c24d9ea1 100644 (file)
@@ -6,7 +6,6 @@
     "target": "esnext",
     "module": "esnext",
     "moduleResolution": "node",
-    // "declaration": true,
     "allowJs": false,
     "noUnusedLocals": true,
     "strictNullChecks": true,
@@ -29,6 +28,7 @@
   },
   "include": [
     "packages/global.d.ts",
-    "packages/*/src"
+    "packages/*/src",
+    "packages/*/__tests__"
   ]
 }