Skip to content

Commit

Permalink
[ts] [fix] Add vite client type for import.meta
Browse files Browse the repository at this point in the history
  • Loading branch information
swashata committed Sep 13, 2024
1 parent 8871989 commit b4cd8fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"noEmit": true,
// be explicit about types included
// to avoid clashing with Jest types
"types": ["cypress", "node"]
"types": ["cypress", "node", "vite/client"]
},
"include": ["../node_modules/cypress", "./**/*.ts", "../cypress.config.ts"],
"exclude": ["jest", "../dist", "../lib"]
Expand Down

0 comments on commit b4cd8fd

Please sign in to comment.