X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Ftsconfig.json;h=66c7bb4443a9f60fecf74c229a02487ae8352642;hb=c60774b05b12d262ed27d8efeb0905ac283eeebb;hp=c4e2a880473c37ace7c190c0177e408f8c3706b2;hpb=ab32b0fc805b92c5a1d7ac5901cb1a38e94622ca;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/tsconfig.json b/client/tsconfig.json index c4e2a8804..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,16 +16,6 @@ "lib": [ "dom", "es6" - ], - "types": [ - "hammerjs", - "jasmine", - "node", - "protractor", - "selenium-webdriver", - "source-map", - "uglify-js", - "webpack" ] }, "exclude": [