]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/tsconfig.json
Add ability to sort by originallyPublishedAt
[github/Chocobozzz/PeerTube.git] / client / tsconfig.json
index fbdeb6d5df5c0e2ba85e12602e188772822d42e9..d9e798f91ac053363ef367599a17fac75273fc7f 100644 (file)
     "paths": {
       "@app/*": [ "src/app/*" ],
       "@shared/*": [ "../shared/*" ],
-      "video.js": [ "node_modules/video.js/dist/alt/video.core.novtt" ],
-      "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": {