X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Ftsconfig.webpack.json;h=63532c323731d650f417c2263169f7b2be1ac00e;hb=8635a2c70cc24a4c52558162ac058de95750271f;hp=a0830cada441433733d96bfab829b4eb0b04e184;hpb=c16ce1de8e8c21ad2136335d3b0b7d230e6d2f24;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/tsconfig.webpack.json b/client/tsconfig.webpack.json index a0830cada..63532c323 100644 --- a/client/tsconfig.webpack.json +++ b/client/tsconfig.webpack.json @@ -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": [