mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-11-20 11:36:24 +01:00
12 lines
200 B
JSON
12 lines
200 B
JSON
{
|
|
"compilerOptions": {
|
|
"strictNullChecks": true,
|
|
"noEmit": true,
|
|
"target": "ES2020"
|
|
},
|
|
"exclude": [
|
|
"src/sdk/paths/*"
|
|
],
|
|
"include": ["src/**/*"],
|
|
}
|