Commits

Tim Donohue authored and GitHub committed 724f1fe4d34 Merge
Merge pull request #2260 from alexandrevryghem/fix-jasmine-matchers-not-properly-indexing

Fix jasmine Matchers functions not properly indexing in IntelliJ
No tags
gidlmaster

tsconfig.json

Modified
39 39 "types": [
40 40 "node",
41 41 "jasmine"
42 42 ],
43 43 "useDefineForClassFields": false
44 44 },
45 45 "angularCompilerOptions": {
46 46 "fullTemplateTypeCheck": true,
47 47 "strictInjectionParameters": true,
48 48 "strictInputAccessModifiers": true
49 - }
49 + },
50 + "exclude": [
51 + "cypress.config.ts"
52 + ]
50 53 }

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut