aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/tsconfig.json
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2020-06-05 10:05:29 +0200
committerChocobozzz <me@florianbigard.com>2020-06-09 14:52:55 +0200
commit27da4884ed0e5218e6dc84a2079ad21a8922deef (patch)
tree04023d6ef99f5bc837a9deafad6ce2480e1126c0 /client/tsconfig.json
parente0ef8dab287c21b3350c61174b7016ded9855611 (diff)
downloadPeerTube-27da4884ed0e5218e6dc84a2079ad21a8922deef.tar.gz
PeerTube-27da4884ed0e5218e6dc84a2079ad21a8922deef.tar.zst
PeerTube-27da4884ed0e5218e6dc84a2079ad21a8922deef.zip
Use tslib in client
Diffstat (limited to 'client/tsconfig.json')
-rw-r--r--client/tsconfig.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/tsconfig.json b/client/tsconfig.json
index ce83a4f11..752f5b35f 100644
--- a/client/tsconfig.json
+++ b/client/tsconfig.json
@@ -13,6 +13,7 @@
13 "noImplicitThis": true, 13 "noImplicitThis": true,
14 "suppressImplicitAnyIndexErrors":true, 14 "suppressImplicitAnyIndexErrors":true,
15 "alwaysStrict": true, 15 "alwaysStrict": true,
16 "importHelpers": true,
16 "strictBindCallApply": true, 17 "strictBindCallApply": true,
17 "target": "es2015", 18 "target": "es2015",
18 "typeRoots": [ 19 "typeRoots": [