vector-im-hydrogen-web/tsconfig.json

11 lines
161 B
JSON
Raw Normal View History

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