diff options
author | BO41 <lukasw41@gmail.com> | 2018-10-24 21:50:18 +0200 |
---|---|---|
committer | Rigel Kent <par@rigelk.eu> | 2018-10-24 21:50:18 +0200 |
commit | 951ef8294e9eae8f0b42292059daf0c972dbc48f (patch) | |
tree | e2c62acffe0f4293d7f6f556cb1fc67b67478bbd /client/tsconfig.json | |
parent | fa27f07637dd941577ab78de528cbef044b46248 (diff) | |
download | PeerTube-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.json | 1 |
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", |