]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/tsconfig.webpack.json
Update client modules
[github/Chocobozzz/PeerTube.git] / client / tsconfig.webpack.json
index a0830cada441433733d96bfab829b4eb0b04e184..63532c323731d650f417c2263169f7b2be1ac00e 100644 (file)
@@ -8,20 +8,15 @@
     "allowSyntheticDefaultImports": true,
     "sourceMap": true,
     "noEmitHelpers": true,
+    "importHelpers": true,
     "strictNullChecks": false,
     "baseUrl": "./src",
+    "outDir": "./dist",
     "paths": [
     ],
     "lib": [
       "dom",
       "es6"
-    ],
-    "types": [
-      "node",
-      "source-map",
-      "uglify-js",
-      "videojs",
-      "webpack"
     ]
   },
   "exclude": [