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