diff options
Diffstat (limited to 'client/tsconfig.base.json')
-rw-r--r-- | client/tsconfig.base.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/client/tsconfig.base.json b/client/tsconfig.base.json index f7d52f7f4..fd297e60a 100644 --- a/client/tsconfig.base.json +++ b/client/tsconfig.base.json | |||
@@ -24,6 +24,7 @@ | |||
24 | ], | 24 | ], |
25 | "baseUrl": "./", | 25 | "baseUrl": "./", |
26 | "paths": { | 26 | "paths": { |
27 | "hls.js": [ "node_modules/hls.js/dist/hls.light" ], | ||
27 | "video.js": [ "node_modules/video.js/core" ], | 28 | "video.js": [ "node_modules/video.js/core" ], |
28 | "@app/*": [ "src/app/*" ], | 29 | "@app/*": [ "src/app/*" ], |
29 | "@shared/models/*": [ "../shared/models/*" ], | 30 | "@shared/models/*": [ "../shared/models/*" ], |
@@ -35,7 +36,7 @@ | |||
35 | "http": [ "src/shims/http.ts" ], | 36 | "http": [ "src/shims/http.ts" ], |
36 | "https": [ "src/shims/https.ts" ], | 37 | "https": [ "src/shims/https.ts" ], |
37 | "path": [ "src/shims/path.ts" ], | 38 | "path": [ "src/shims/path.ts" ], |
38 | "stream": [ "src/shims/noop.ts" ], | 39 | "stream": [ "src/shims/stream.ts" ], |
39 | "crypto": [ "src/shims/noop.ts" ] | 40 | "crypto": [ "src/shims/noop.ts" ] |
40 | } | 41 | } |
41 | }, | 42 | }, |