]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - tsconfig.json
advertising PeerTube's rather simple DNT policy
[github/Chocobozzz/PeerTube.git] / tsconfig.json
index 4e6816430acee26401dea8b8172e3e292b219da4..7633465b2094db4b31274edfae04e633a6676009 100644 (file)
       "es2017"
     ],
     "types": [
-      "node"
+      "node",
+      "chai-xml",
+      "chai-json-schema"
     ]
   },
   "exclude": [
+    "client/node_modules",
     "node_modules",
+    "dist",
+    "storage",
     "client",
-    "text1",
-    "text2",
-    "text3",
-    "text4",
-    "text5",
-    "text6"
+    "test1",
+    "test2",
+    "test3",
+    "test4",
+    "test5",
+    "test6"
   ]
 }