]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - tsconfig.json
Increase max stalled count in job queue
[github/Chocobozzz/PeerTube.git] / tsconfig.json
index 4e6816430acee26401dea8b8172e3e292b219da4..4254010e7fb6daf4a8e971c3339408986159ac4b 100644 (file)
       "es2017"
     ],
     "types": [
-      "node"
+      "node",
+      "chai-xml",
+      "chai-json-schema"
     ]
   },
   "exclude": [
     "node_modules",
+    "dist",
+    "storage",
     "client",
-    "text1",
-    "text2",
-    "text3",
-    "text4",
-    "text5",
-    "text6"
+    "test1",
+    "test2",
+    "test3",
+    "test4",
+    "test5",
+    "test6"
   ]
 }