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 752f5b35f..a7b690c7b 100644 --- a/client/tsconfig.json +++ b/client/tsconfig.json | |||
@@ -28,6 +28,7 @@ | |||
28 | "video.js": [ "node_modules/video.js/core" ], | 28 | "video.js": [ "node_modules/video.js/core" ], |
29 | "@app/*": [ "src/app/*" ], | 29 | "@app/*": [ "src/app/*" ], |
30 | "@shared/*": [ "../shared/*" ], | 30 | "@shared/*": [ "../shared/*" ], |
31 | "@root-helpers/*": [ "src/root-helpers/*" ], | ||
31 | "fs": [ "src/shims/noop.ts" ], | 32 | "fs": [ "src/shims/noop.ts" ], |
32 | "http": [ "src/shims/http.ts" ], | 33 | "http": [ "src/shims/http.ts" ], |
33 | "https": [ "src/shims/https.ts" ], | 34 | "https": [ "src/shims/https.ts" ], |