]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/tsconfig.json
Fix videojs typings
[github/Chocobozzz/PeerTube.git] / client / tsconfig.json
index 3c671e579ce3e666512fa275062fddf8c6b6f74f..d9e798f91ac053363ef367599a17fac75273fc7f 100644 (file)
     "paths": {
       "@app/*": [ "src/app/*" ],
       "@shared/*": [ "../shared/*" ],
-      "video.js": [ "node_modules/video.js/dist/alt/video.core" ],
-      "fs": [ "src/shims/noop" ],
-      "http": [ "src/shims/http" ],
-      "https": [ "src/shims/https" ],
-      "path": [ "src/shims/path" ],
-      "stream": [ "src/shims/noop" ],
-      "crypto": [ "src/shims/noop" ]
+      "fs": [ "src/shims/noop.ts" ],
+      "http": [ "src/shims/http.ts" ],
+      "https": [ "src/shims/https.ts" ],
+      "path": [ "src/shims/path.ts" ],
+      "stream": [ "src/shims/noop.ts" ],
+      "crypto": [ "src/shims/noop.ts" ]
     }
   },
   "angularCompilerOptions": {