mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2025-01-11 12:37:22 +01:00
11 lines
161 B
JSON
11 lines
161 B
JSON
{
|
|
"compilerOptions": {
|
|
"strictNullChecks": true,
|
|
"noEmit": true,
|
|
"target": "es6"
|
|
},
|
|
"include": [
|
|
"src/**/*"
|
|
],
|
|
}
|