aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/tsconfig.json
diff options
context:
space:
mode:
authorBO41 <lukasw41@gmail.com>2018-10-24 21:50:18 +0200
committerRigel Kent <par@rigelk.eu>2018-10-24 21:50:18 +0200
commit951ef8294e9eae8f0b42292059daf0c972dbc48f (patch)
treee2c62acffe0f4293d7f6f556cb1fc67b67478bbd /client/tsconfig.json
parentfa27f07637dd941577ab78de528cbef044b46248 (diff)
downloadPeerTube-951ef8294e9eae8f0b42292059daf0c972dbc48f.tar.gz
PeerTube-951ef8294e9eae8f0b42292059daf0c972dbc48f.tar.zst
PeerTube-951ef8294e9eae8f0b42292059daf0c972dbc48f.zip
add noImplicitThis flag (#1324)
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 ef80445db..beca79e01 100644
--- a/client/tsconfig.json
+++ b/client/tsconfig.json
@@ -8,6 +8,7 @@
8 "emitDecoratorMetadata": true, 8 "emitDecoratorMetadata": true,
9 "experimentalDecorators": true, 9 "experimentalDecorators": true,
10 "noImplicitAny": true, 10 "noImplicitAny": true,
11 "noImplicitThis": true,
11 "suppressImplicitAnyIndexErrors":true, 12 "suppressImplicitAnyIndexErrors":true,
12 "alwaysStrict": true, 13 "alwaysStrict": true,
13 "target": "es5", 14 "target": "es5",