vector-im-hydrogen-web/tsconfig.json

9 lines
150 B
JSON
Raw Normal View History

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