diff options
Diffstat (limited to 'client/tsconfig.json')
-rw-r--r-- | client/tsconfig.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/tsconfig.json b/client/tsconfig.json index d9e798f91..ce83a4f11 100644 --- a/client/tsconfig.json +++ b/client/tsconfig.json | |||
@@ -24,6 +24,7 @@ | |||
24 | ], | 24 | ], |
25 | "baseUrl": "./", | 25 | "baseUrl": "./", |
26 | "paths": { | 26 | "paths": { |
27 | "video.js": [ "node_modules/video.js/core" ], | ||
27 | "@app/*": [ "src/app/*" ], | 28 | "@app/*": [ "src/app/*" ], |
28 | "@shared/*": [ "../shared/*" ], | 29 | "@shared/*": [ "../shared/*" ], |
29 | "fs": [ "src/shims/noop.ts" ], | 30 | "fs": [ "src/shims/noop.ts" ], |