mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-05 20:26:19 +02:00
20 lines
500 B
JSON
20 lines
500 B
JSON
{
|
|
"compilerOptions": {
|
|
"allowImportingTsExtensions": true,
|
|
"resolveJsonModule": true,
|
|
"esModuleInterop": true,
|
|
"noUnusedLocals": true,
|
|
"module": "node16",
|
|
"target": "es2024",
|
|
"moduleResolution": "node16",
|
|
"sourceMap": false,
|
|
"outDir": "./lib",
|
|
"noEmit": true,
|
|
"declaration": true,
|
|
"strict": true,
|
|
"lib": ["es2024"],
|
|
"skipLibCheck": false
|
|
},
|
|
"include": ["./scripts/**/*.ts"]
|
|
}
|