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