Commits
Alexandre Vryghem authored 99ea73f9f61
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 | } |