]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - tsconfig.json
Translate subtitle langs in player
[github/Chocobozzz/PeerTube.git] / tsconfig.json
index 71674e165cb8856ce6dcb9f06d3cffc43352b841..7633465b2094db4b31274edfae04e633a6676009 100644 (file)
       "es2017"
     ],
     "types": [
-      "node"
+      "node",
+      "chai-xml",
+      "chai-json-schema"
     ]
   },
   "exclude": [
+    "client/node_modules",
     "node_modules",
-    "client"
+    "dist",
+    "storage",
+    "client",
+    "test1",
+    "test2",
+    "test3",
+    "test4",
+    "test5",
+    "test6"
   ]
 }