Skip to content

Commit 99ea73f

Browse files
Fix jasmine Matchers functions not properly indexing
1 parent 8218ed5 commit 99ea73f

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

tsconfig.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,8 @@
4646
"fullTemplateTypeCheck": true,
4747
"strictInjectionParameters": true,
4848
"strictInputAccessModifiers": true
49-
}
49+
},
50+
"exclude": [
51+
"cypress.config.ts"
52+
]
5053
}

0 commit comments

Comments
 (0)