mirror of https://github.com/vector-im/riot-web
14 lines
387 B
JSON
14 lines
387 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es2016",
|
|
"jsx": "react",
|
|
"lib": ["es2021", "dom", "dom.iterable"],
|
|
"types": ["cypress", "cypress-axe", "@percy/cypress", "@testing-library/cypress"],
|
|
"resolveJsonModule": true,
|
|
"esModuleInterop": true,
|
|
"moduleResolution": "node",
|
|
"module": "es2022"
|
|
},
|
|
"include": ["**/*.ts"]
|
|
}
|