]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/tsconfig.json
i18n "More" in menu and regenerate translations
[github/Chocobozzz/PeerTube.git] / client / tsconfig.json
index 43b27ce8eea04e40a719a11042744fbd60354ee2..60c343867496496f0b30648622839a5b941f7c11 100644 (file)
     ],
     "lib": [
       "es2017",
+      "es2016",
+      "es2015",
       "dom"
     ],
     "baseUrl": "src",
     "paths": {
-      "@app/*": [ "app/*" ]
+      "@app/*": [ "app/*" ],
+      "video.js": [ "../node_modules/video.js/dist/alt/video.core.js" ],
+      "fs": [ "./shims/noop" ],
+      "http": [ "./shims/http" ],
+      "https": [ "./shims/https" ],
+      "path": [ "./shims/path" ],
+      "stream": [ "./shims/noop" ],
+      "crypto": [ "./shims/noop" ]
     }
   }
 }