diff options
Diffstat (limited to 'Timeline/ClientApp/tsconfig.json')
-rw-r--r-- | Timeline/ClientApp/tsconfig.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Timeline/ClientApp/tsconfig.json b/Timeline/ClientApp/tsconfig.json index 437067d6..86c42495 100644 --- a/Timeline/ClientApp/tsconfig.json +++ b/Timeline/ClientApp/tsconfig.json @@ -17,5 +17,9 @@ "dom" ], "strict": true + }, + "angularCompilerOptions": { + "fullTemplateTypeCheck": true, + "strictInjectionParameters": true } } |