diff options
author | Chocobozzz <me@florianbigard.com> | 2020-02-10 14:25:38 +0100 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2020-02-10 16:39:28 +0100 |
commit | be27ef3b4682c5639039474c39ee0d234d16f482 (patch) | |
tree | e3ee4a58ed9d99598150b87d6715e1c458ce7c92 /client/tsconfig.json | |
parent | 361dcebc75dea74947b6c3aafd9d7d720c054b01 (diff) | |
download | PeerTube-be27ef3b4682c5639039474c39ee0d234d16f482.tar.gz PeerTube-be27ef3b4682c5639039474c39ee0d234d16f482.tar.zst PeerTube-be27ef3b4682c5639039474c39ee0d234d16f482.zip |
Strict templates enabled
Diffstat (limited to 'client/tsconfig.json')
-rw-r--r-- | client/tsconfig.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/client/tsconfig.json b/client/tsconfig.json index c4f2d6a6a..fbdeb6d5d 100644 --- a/client/tsconfig.json +++ b/client/tsconfig.json | |||
@@ -37,6 +37,7 @@ | |||
37 | }, | 37 | }, |
38 | "angularCompilerOptions": { | 38 | "angularCompilerOptions": { |
39 | "strictInjectionParameters": true, | 39 | "strictInjectionParameters": true, |
40 | "fullTemplateTypeCheck": true | 40 | "fullTemplateTypeCheck": true, |
41 | "strictTemplates": true | ||
41 | } | 42 | } |
42 | } | 43 | } |