Skip to content

Commit

Permalink
Disable frontend integration test declaration map generation because …
Browse files Browse the repository at this point in the history
…of an open issue cypress-io/cypress#30016
  • Loading branch information
austeja-bentley committed Aug 14, 2024
1 parent 0570ac1 commit 977706a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/frontend-storage/cypress/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"moduleResolution": "node",
"sourceMap": false,
"inlineSources": false,
"skipLibCheck": true
"skipLibCheck": true,
"declarationMap": false
}
}

0 comments on commit 977706a

Please sign in to comment.