diff options
author | Chocobozzz <me@florianbigard.com> | 2018-01-04 11:19:16 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-01-04 11:19:16 +0100 |
commit | 4cb6d4578893db310297d7e118ce2fb7ecb952a3 (patch) | |
tree | a89a2e2062ba7bb91e922f07a7950ee51e090ccf /client/tsconfig.json | |
parent | cf117aaafc1e9ae1ab4c388fc5d2e5ba9349efee (diff) | |
download | PeerTube-4cb6d4578893db310297d7e118ce2fb7ecb952a3.tar.gz PeerTube-4cb6d4578893db310297d7e118ce2fb7ecb952a3.tar.zst PeerTube-4cb6d4578893db310297d7e118ce2fb7ecb952a3.zip |
Add ability to delete comments
Diffstat (limited to 'client/tsconfig.json')
-rw-r--r-- | client/tsconfig.json | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/client/tsconfig.json b/client/tsconfig.json index a6c016bf3..43b27ce8e 100644 --- a/client/tsconfig.json +++ b/client/tsconfig.json | |||
@@ -14,6 +14,10 @@ | |||
14 | "lib": [ | 14 | "lib": [ |
15 | "es2017", | 15 | "es2017", |
16 | "dom" | 16 | "dom" |
17 | ] | 17 | ], |
18 | "baseUrl": "src", | ||
19 | "paths": { | ||
20 | "@app/*": [ "app/*" ] | ||
21 | } | ||
18 | } | 22 | } |
19 | } | 23 | } |