X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=sidebyside;f=client%2Ftsconfig.json;h=66c7bb4443a9f60fecf74c229a02487ae8352642;hb=908f6e5e38e85cc0debab0051b7fa34b13025f96;hp=10573b8ee4e1c188b8d90ba3ec8dfad03dcc3410;hpb=ad22074a780b4bdbe3cd9e903b3fa5ef83eaef14;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/tsconfig.json b/client/tsconfig.json index 10573b8ee..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,12 +16,6 @@ "lib": [ "dom", "es6" - ], - "types": [ - "node", - "source-map", - "uglify-js", - "webpack" ] }, "exclude": [