vector-im-hydrogen-web/tsconfig.json

9 lines
147 B
JSON
Raw Normal View History

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