mirror of
https://github.com/element-hq/element-web
synced 2024-11-24 02:05:45 +03:00
d9b7e0721c
* Add basic Percy tests * Run Percy in CI * Fix snapshot timing * Fix bad selector * Hide another bit of dynamic text * Add docs
9 lines
208 B
JSON
9 lines
208 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es2016",
|
|
"lib": ["es2020", "dom"],
|
|
"types": ["cypress", "@percy/cypress"],
|
|
"moduleResolution": "node"
|
|
},
|
|
"include": ["**/*.ts"]
|
|
}
|