X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Ftsconfig.json;h=115af1f83d21056a51d672bab3e7cf7d81af4b48;hb=361b7df2a257d1c44ec1d79128a9065b563090d8;hp=10573b8ee4e1c188b8d90ba3ec8dfad03dcc3410;hpb=ad22074a780b4bdbe3cd9e903b3fa5ef83eaef14;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/tsconfig.json b/client/tsconfig.json index 10573b8ee..115af1f83 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": [ @@ -20,6 +21,7 @@ "node", "source-map", "uglify-js", + "videojs", "webpack" ] },