From: Evan You Date: Thu, 20 Sep 2018 06:07:45 +0000 (-0400) Subject: chore: remove unnecessary comment X-Git-Tag: v3.0.0-alpha.0~1221 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b4d68ba2ecabca0c0202e32505674762edd6eae9;p=thirdparty%2Fvuejs%2Fcore.git chore: remove unnecessary comment --- diff --git a/tsconfig.json b/tsconfig.json index 59fbad3f16..49817039d4 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -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__" ] }