1
0
mirror of https://github.com/vector-im/hydrogen-web.git synced 2025-01-14 05:57:26 +01:00
2021-09-06 13:07:47 +02:00

9 lines
150 B
JSON

{
"compilerOptions": {
"strictNullChecks": true,
"noEmit": true,
"target": "ES2020"
},
"include": ["src/**/*"],
}