Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
louis-bompart committed Sep 10, 2023
1 parent d8390f1 commit e6e5d0d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/atomic/cypress/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@
"lib": ["esnext", "dom"],
"types": ["cypress", "cypress-axe"],
"resolveJsonModule": true,
"esModuleInterop": true
"esModuleInterop": true,
//https://github.com/cypress-io/cypress/issues/26203#issuecomment-1571861397
"sourceMap": false
},
"include": ["**/*.ts", "**/*.js"]
}

0 comments on commit e6e5d0d

Please sign in to comment.