mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
7b89893645
See https://github.com/matrix-org/matrix-react-sdk/pull/3292 Like react-sdk#3292, this fixes the couple source files which mix imports and module exports (they can't be mixed anymore).
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"
|
|
]
|
|
} |