X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Ftsconfig.webpack.json;h=63532c323731d650f417c2263169f7b2be1ac00e;hb=0cee28c1b251b00067681286d136ca947cf34808;hp=e1e1bb864d50e98ee70a1ba16572ae70d0b7e956;hpb=705264199c3dd61bf42641c0b8a2cf5e043f007f;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/tsconfig.webpack.json b/client/tsconfig.webpack.json index e1e1bb864..63532c323 100644 --- a/client/tsconfig.webpack.json +++ b/client/tsconfig.webpack.json @@ -8,6 +8,7 @@ "allowSyntheticDefaultImports": true, "sourceMap": true, "noEmitHelpers": true, + "importHelpers": true, "strictNullChecks": false, "baseUrl": "./src", "outDir": "./dist", @@ -16,13 +17,6 @@ "lib": [ "dom", "es6" - ], - "types": [ - "node", - "source-map", - "uglify-js", - "videojs", - "webpack" ] }, "exclude": [