diff options
author | Chocobozzz <me@florianbigard.com> | 2018-05-07 10:37:22 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-05-07 10:37:43 +0200 |
commit | 920d2d2b4c5d9206671171a8a2aee233a7d5dab2 (patch) | |
tree | debcd0e941ce44846d59a2334d2112bcd85860e3 /client/tsconfig.json | |
parent | 4b431d519c6fb0feadb1339dfddcc889b9d33cfe (diff) | |
download | PeerTube-920d2d2b4c5d9206671171a8a2aee233a7d5dab2.tar.gz PeerTube-920d2d2b4c5d9206671171a8a2aee233a7d5dab2.tar.zst PeerTube-920d2d2b4c5d9206671171a8a2aee233a7d5dab2.zip |
Add libs to tsconfig
Diffstat (limited to 'client/tsconfig.json')
-rw-r--r-- | client/tsconfig.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/client/tsconfig.json b/client/tsconfig.json index 43b27ce8e..8ce9c5f96 100644 --- a/client/tsconfig.json +++ b/client/tsconfig.json | |||
@@ -13,6 +13,8 @@ | |||
13 | ], | 13 | ], |
14 | "lib": [ | 14 | "lib": [ |
15 | "es2017", | 15 | "es2017", |
16 | "es2016", | ||
17 | "es2015", | ||
16 | "dom" | 18 | "dom" |
17 | ], | 19 | ], |
18 | "baseUrl": "src", | 20 | "baseUrl": "src", |