diff options
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 fdf4dc777..56e7b68ee 100644 --- a/client/tsconfig.json +++ b/client/tsconfig.json | |||
@@ -53,7 +53,8 @@ | |||
53 | ], | 53 | ], |
54 | "exclude": [ | 54 | "exclude": [ |
55 | "../node_modules", | 55 | "../node_modules", |
56 | "../server" | 56 | "../server", |
57 | "node_modules" | ||
57 | ], | 58 | ], |
58 | "angularCompilerOptions": { | 59 | "angularCompilerOptions": { |
59 | "strictInjectionParameters": true, | 60 | "strictInjectionParameters": true, |