diff options
author | BO41 <lukasw41@gmail.com> | 2018-10-15 14:35:18 +0200 |
---|---|---|
committer | Rigel Kent <par@rigelk.eu> | 2018-10-15 14:35:18 +0200 |
commit | 5b3f86dd80d0cd1abc4fbe83cac4b00bfe6e96b6 (patch) | |
tree | d05649fd465f107cf41833b1e6b051101f23928f /client | |
parent | 12b119c05aea63ab225210479ebbe681303f26f3 (diff) | |
download | PeerTube-5b3f86dd80d0cd1abc4fbe83cac4b00bfe6e96b6.tar.gz PeerTube-5b3f86dd80d0cd1abc4fbe83cac4b00bfe6e96b6.tar.zst PeerTube-5b3f86dd80d0cd1abc4fbe83cac4b00bfe6e96b6.zip |
add alwaysStrict flag to client/tsconfig.json (#1280)
Diffstat (limited to 'client')
-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 e041769dd..431ea7d91 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": false, | 10 | "noImplicitAny": false, |
11 | "alwaysStrict": true, | ||
11 | "target": "es5", | 12 | "target": "es5", |
12 | "typeRoots": [ | 13 | "typeRoots": [ |
13 | "node_modules/@types" | 14 | "node_modules/@types" |