mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-23 11:35:04 +01:00
10 lines
170 B
JSON
10 lines
170 B
JSON
{
|
|
"compilerOptions": {
|
|
"downlevelIteration": true,
|
|
"target": "es5",
|
|
"lib": ["es5", "dom"],
|
|
"types": ["cypress", "node"]
|
|
},
|
|
"include": ["**/*.ts"]
|
|
}
|