Skip to content

Commit

Permalink
Fix up tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
Mitch-At-Work committed Nov 7, 2024
1 parent 0984e39 commit 4b64990
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"compilerOptions": {
"isolatedModules": false,
"types": ["node", "cypress", "cypress-real-events"],
"typeRoots": ["../../../../../node_modules", "../../../../../node_modules/@types"],
"typeRoots": ["../../../../node_modules", "../../../../node_modules/@types"],
"lib": ["ES2019", "dom"]
},
"include": ["**/*.cy.ts", "**/*.cy.tsx"]
Expand Down

0 comments on commit 4b64990

Please sign in to comment.