element-web-Github/cypress/tsconfig.json
Michael Telatynski d9b7e0721c
Add visual tests using Percy in Cypress (#8610)
* Add basic Percy tests

* Run Percy in CI

* Fix snapshot timing

* Fix bad selector

* Hide another bit of dynamic text

* Add docs
2022-05-17 15:16:14 +00:00

10 lines
208 B
JSON

{
"compilerOptions": {
"target": "es2016",
"lib": ["es2020", "dom"],
"types": ["cypress", "@percy/cypress"],
"moduleResolution": "node"
},
"include": ["**/*.ts"]
}