Skip to content

Commit

Permalink
another volley
Browse files Browse the repository at this point in the history
  • Loading branch information
kylemh committed Jun 23, 2024
1 parent d9b3f84 commit 713b20b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions cypress/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
{
"extends": "../tsconfig.json",
"compilerOptions": {
"baseUrl": "./",
"types": ["cypress", "node", "@testing-library/cypress"],
"target": "esnext",
"lib": ["dom", "dom.iterable", "esnext"]
},
"include": ["**/*.ts"]
}

0 comments on commit 713b20b

Please sign in to comment.