]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - tsconfig.json
Update changelog
[github/Chocobozzz/PeerTube.git] / tsconfig.json
index 1c1472aae470e72fc477486e71a9c584cd5d77e9..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",
+    "dist",
+    "storage",
     "client",
     "test1",
     "test2",