From 512decf37ee6d36d0f16bda0f9bec6bf37d132b3 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 21 Apr 2020 11:02:28 +0200 Subject: Fix videojs --- client/tsconfig.json | 1 + 1 file changed, 1 insertion(+) (limited to 'client/tsconfig.json') 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 @@ ], "baseUrl": "./", "paths": { + "video.js": [ "node_modules/video.js/core" ], "@app/*": [ "src/app/*" ], "@shared/*": [ "../shared/*" ], "fs": [ "src/shims/noop.ts" ], -- cgit v1.2.3