X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Ftsconfig.json;h=66c7bb4443a9f60fecf74c229a02487ae8352642;hb=c60774b05b12d262ed27d8efeb0905ac283eeebb;hp=d70710b82f1455e139d6eb129dc355dec379feeb;hpb=e31f6ad6373c70481bc5dc50bcd9691ef69b2c4b;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/tsconfig.json b/client/tsconfig.json index d70710b82..66c7bb444 100644 --- a/client/tsconfig.json +++ b/client/tsconfig.json @@ -8,6 +8,7 @@ "allowSyntheticDefaultImports": true, "sourceMap": true, "noEmitHelpers": true, + "importHelpers": true, "strictNullChecks": false, "baseUrl": "./src", "paths": [ @@ -15,13 +16,6 @@ "lib": [ "dom", "es6" - ], - "types": [ - "node", - "source-map", - "uglify-js", - "videojs", - "webpack" ] }, "exclude": [