]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - tsconfig.json
Add index on sharedInboxUrl
[github/Chocobozzz/PeerTube.git] / tsconfig.json
index 71674e165cb8856ce6dcb9f06d3cffc43352b841..4254010e7fb6daf4a8e971c3339408986159ac4b 100644 (file)
       "es2017"
     ],
     "types": [
-      "node"
+      "node",
+      "chai-xml",
+      "chai-json-schema"
     ]
   },
   "exclude": [
     "node_modules",
-    "client"
+    "dist",
+    "storage",
+    "client",
+    "test1",
+    "test2",
+    "test3",
+    "test4",
+    "test5",
+    "test6"
   ]
 }