]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - tsconfig.json
Improve download modal input style
[github/Chocobozzz/PeerTube.git] / tsconfig.json
index 1c1472aae470e72fc477486e71a9c584cd5d77e9..c84b179cfe01cc2740a39dd61484067db1065db2 100644 (file)
@@ -6,6 +6,7 @@
     "sourceMap": false,
     "experimentalDecorators": true,
     "emitDecoratorMetadata": true,
+    "removeComments": true,
     "outDir": "./dist",
     "lib": [
       "dom",
       "es2017"
     ],
     "types": [
-      "node"
+      "node",
+      "chai-xml",
+      "chai-json-schema"
     ]
   },
   "exclude": [
+    "client/node_modules",
     "node_modules",
+    "dist",
+    "storage",
     "client",
     "test1",
     "test2",