]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/tsconfig.json
Use 3 tables to represent abuses
[github/Chocobozzz/PeerTube.git] / client / tsconfig.json
index d9e798f91ac053363ef367599a17fac75273fc7f..752f5b35f66174e2bc2dc43ac11910eeee54365f 100644 (file)
@@ -13,6 +13,7 @@
     "noImplicitThis": true,
     "suppressImplicitAnyIndexErrors":true,
     "alwaysStrict": true,
+    "importHelpers": true,
     "strictBindCallApply": true,
     "target": "es2015",
     "typeRoots": [
@@ -24,6 +25,7 @@
     ],
     "baseUrl": "./",
     "paths": {
+      "video.js": [ "node_modules/video.js/core" ],
       "@app/*": [ "src/app/*" ],
       "@shared/*": [ "../shared/*" ],
       "fs": [ "src/shims/noop.ts" ],