mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-16 05:04:57 +08:00
14 lines
389 B
JSON
14 lines
389 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es2016",
|
|
"jsx": "react",
|
|
"lib": ["es2020", "dom", "dom.iterable"],
|
|
"types": ["cypress", "cypress-axe", "@percy/cypress", "@testing-library/cypress"],
|
|
"resolveJsonModule": true,
|
|
"esModuleInterop": true,
|
|
"moduleResolution": "node",
|
|
"module": "commonjs"
|
|
},
|
|
"include": ["**/*.ts"]
|
|
}
|