1
0
mirror of https://github.com/vector-im/hydrogen-web.git synced 2025-01-14 05:57:26 +01:00
vector-im-hydrogen-web/tsconfig.json

9 lines
147 B
JSON
Raw Permalink Normal View History

2021-08-06 12:59:18 -07:00
{
"compilerOptions": {
"strictNullChecks": true,
"noEmit": true,
"target": "es6"
},
"include": ["src/**/*"],
}