mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
15 lines
260 B
JSON
15 lines
260 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"target": "esnext",
|
||
|
"moduleResolution": "node",
|
||
|
"allowJs": true,
|
||
|
"noEmit": false,
|
||
|
"strict": false,
|
||
|
"isolatedModules": true,
|
||
|
"esModuleInterop": true
|
||
|
},
|
||
|
"include": [
|
||
|
"src/*.ts",
|
||
|
"src/**/*.ts"
|
||
|
]
|
||
|
}
|