]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/tsconfig.json
Server: add nsfw attribute
[github/Chocobozzz/PeerTube.git] / client / tsconfig.json
index c4e2a880473c37ace7c190c0177e408f8c3706b2..115af1f83d21056a51d672bab3e7cf7d81af4b48 100644 (file)
@@ -8,6 +8,7 @@
     "allowSyntheticDefaultImports": true,
     "sourceMap": true,
     "noEmitHelpers": true,
+    "importHelpers": true,
     "strictNullChecks": false,
     "baseUrl": "./src",
     "paths": [
       "es6"
     ],
     "types": [
-      "hammerjs",
-      "jasmine",
       "node",
-      "protractor",
-      "selenium-webdriver",
       "source-map",
       "uglify-js",
+      "videojs",
       "webpack"
     ]
   },