mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-01 18:31:58 +02:00
* Update dependency typescript to v6 * Switch to unplugin-vts Workaround for https://github.com/qmhc/unplugin-dts/issues/467 And tweak tsconfigs * tweak tsconfig * Make tsc happy --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
15 lines
369 B
JSON
15 lines
369 B
JSON
{
|
|
"compilerOptions": {
|
|
"moduleResolution": "node16",
|
|
"module": "Node16",
|
|
"esModuleInterop": true,
|
|
"target": "es2022",
|
|
"sourceMap": false,
|
|
"strict": true,
|
|
"lib": ["es2022"],
|
|
"types": ["node"],
|
|
"allowImportingTsExtensions": true
|
|
},
|
|
"include": ["../scripts/@types/*.d.ts", "./**/*.ts"]
|
|
}
|