Skip to content

Commit 724f1fe

Browse files
authored
Merge pull request DSpace#2260 from alexandrevryghem/fix-jasmine-matchers-not-properly-indexing
Fix jasmine Matchers functions not properly indexing in IntelliJ
2 parents 8c52f2a + 99ea73f commit 724f1fe

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)