]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/tsconfig.json
Client: adjust viewport height
[github/Chocobozzz/PeerTube.git] / client / tsconfig.json
index 10573b8ee4e1c188b8d90ba3ec8dfad03dcc3410..115af1f83d21056a51d672bab3e7cf7d81af4b48 100644 (file)
@@ -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"
     ]
   },