diff options
author | Rigel Kent <sendmemail@rigelk.eu> | 2020-08-03 18:06:49 +0200 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2020-08-06 15:08:58 +0200 |
commit | 4504f09f6e85f09b0489debb547a17209d7176ea (patch) | |
tree | 1e2fdcdd3a0982f6e873205f69bdf90de7f4a883 /client/tsconfig.json | |
parent | 71ab65d02f359000f9ca6a00f163d66d56a33955 (diff) | |
download | PeerTube-4504f09f6e85f09b0489debb547a17209d7176ea.tar.gz PeerTube-4504f09f6e85f09b0489debb547a17209d7176ea.tar.zst PeerTube-4504f09f6e85f09b0489debb547a17209d7176ea.zip |
deal with refresh token in embed
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" ], |