From b4d68ba2ecabca0c0202e32505674762edd6eae9 Mon Sep 17 00:00:00 2001 From: Evan You Date: Thu, 20 Sep 2018 02:07:45 -0400 Subject: [PATCH] chore: remove unnecessary comment --- tsconfig.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 59fbad3f..49817039 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__" ] }