mirror of
https://github.com/vector-im/element-web.git
synced 2026-04-19 20:41:12 +02:00
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
12 lines
268 B
JSON
12 lines
268 B
JSON
{
|
|
"compilerOptions": {
|
|
"moduleResolution": "node",
|
|
"esModuleInterop": true,
|
|
"target": "es2022",
|
|
"sourceMap": false,
|
|
"strict": true,
|
|
"lib": ["es2022"]
|
|
},
|
|
"include": ["../scripts/@types/*.d.ts", "./**/*.ts"]
|
|
}
|