Merge pull request #2260 from alexandrevryghem/fix-jasmine-matchers-not-properly-indexing

Fix jasmine Matchers functions not properly indexing in IntelliJ
This commit is contained in:
Tim Donohue
2023-05-19 12:22:56 -05:00
committed by GitHub

View File

@@ -46,5 +46,8 @@
"fullTemplateTypeCheck": true,
"strictInjectionParameters": true,
"strictInputAccessModifiers": true
}
},
"exclude": [
"cypress.config.ts"
]
}