From 99ea73f9f61a739ff968d0482599be50429ece3a Mon Sep 17 00:00:00 2001 From: Alexandre Vryghem Date: Fri, 19 May 2023 17:46:56 +0200 Subject: [PATCH] Fix jasmine Matchers functions not properly indexing --- tsconfig.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 11b5a03eaf..1eed699114 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -46,5 +46,8 @@ "fullTemplateTypeCheck": true, "strictInjectionParameters": true, "strictInputAccessModifiers": true - } + }, + "exclude": [ + "cypress.config.ts" + ] }