]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - tsconfig.json
Merge branch 'release/v1.3.0' into develop
[github/Chocobozzz/PeerTube.git] / tsconfig.json
index 71674e165cb8856ce6dcb9f06d3cffc43352b841..5ad4b3e10c707fba0da996a8645f16e7ea60ba74 100644 (file)
@@ -6,6 +6,7 @@
     "sourceMap": false,
     "experimentalDecorators": true,
     "emitDecoratorMetadata": true,
+    "removeComments": true,
     "outDir": "./dist",
     "lib": [
       "dom",
       "es2016",
       "es2017"
     ],
-    "types": [
-      "node"
-    ]
+    "typeRoots": [ "node_modules/@types", "server/typings" ]
   },
   "exclude": [
+    "client/node_modules",
     "node_modules",
-    "client"
+    "dist",
+    "storage",
+    "client",
+    "test1",
+    "test2",
+    "test3",
+    "test4",
+    "test5",
+    "test6"
   ]
 }