mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-23 11:35:04 +01:00
9 lines
150 B
JSON
9 lines
150 B
JSON
{
|
|
"compilerOptions": {
|
|
"strictNullChecks": true,
|
|
"noEmit": true,
|
|
"target": "ES2020"
|
|
},
|
|
"include": ["src/**/*"],
|
|
}
|