Browse Source

added `test` folder to `exclude` array

sanex3339 8 years ago
parent
commit
6bd03bc3ac
1 changed files with 5 additions and 1 deletions
  1. 5 1
      tsconfig.json

+ 5 - 1
tsconfig.json

@@ -22,5 +22,9 @@
       "node",
       "sinon"
     ]
-  }
+  },
+  "exclude": [
+    "node_modules",
+    "test"
+  ]
 }