mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-16 13:14:58 +08:00
d9b7e0721c
* Add basic Percy tests * Run Percy in CI * Fix snapshot timing * Fix bad selector * Hide another bit of dynamic text * Add docs
10 lines
208 B
JSON
10 lines
208 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es2016",
|
|
"lib": ["es2020", "dom"],
|
|
"types": ["cypress", "@percy/cypress"],
|
|
"moduleResolution": "node"
|
|
},
|
|
"include": ["**/*.ts"]
|
|
}
|