Forráskód Böngészése

added `test` folder to `exclude` array

sanex3339 8 éve
szülő
commit
6bd03bc3ac
1 módosított fájl, 5 hozzáadás és 1 törlés
  1. 5 1
      tsconfig.json

+ 5 - 1
tsconfig.json

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