Explorar o código

added `test` folder to `exclude` array

sanex3339 %!s(int64=8) %!d(string=hai) anos
pai
achega
6bd03bc3ac
Modificáronse 1 ficheiros con 5 adicións e 1 borrados
  1. 5 1
      tsconfig.json

+ 5 - 1
tsconfig.json

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