Skip to content

Commit

Permalink
fix jasmine & cypress types conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
feodorar committed Mar 5, 2023
1 parent f1e6fbd commit 5172efb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
3 changes: 2 additions & 1 deletion cypress/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
"compilerOptions": {
"sourceMap": false,
"types": ["cypress"]
}
},
"exclude": []
}
6 changes: 5 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,9 @@
"strictInjectionParameters": true,
"strictInputAccessModifiers": true,
"strictTemplates": true
}
},
"exclude": [
"cypress",
"cypress.config.ts"
]
}

0 comments on commit 5172efb

Please sign in to comment.