Skip to content

Commit

Permalink
fix tsconfig for e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
mifi committed Mar 17, 2024
1 parent bb3db4a commit a4c8be0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions e2e/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
{
"extends": "../tsconfig.shared",
"compilerOptions": {
"moduleResolution": "NodeNext",
"emitDeclarationOnly": false,
"noEmit": true,
"target": "es2020",
"lib": ["es2020", "dom"],
"types": ["cypress"],
},
"include": ["cypress/**/*.ts"],
Expand Down

0 comments on commit a4c8be0

Please sign in to comment.