Browse Source

chore: remove unnecessary comment

Evan You 7 years ago
parent
commit
b4d68ba2ec
1 changed files with 2 additions and 2 deletions
  1. 2 2
      tsconfig.json

+ 2 - 2
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__"
   ]
 }