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
No EOL
260 B
JSON
15 lines
No EOL
260 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "esnext",
|
|
"moduleResolution": "node",
|
|
"allowJs": true,
|
|
"noEmit": false,
|
|
"strict": false,
|
|
"isolatedModules": true,
|
|
"esModuleInterop": true
|
|
},
|
|
"include": [
|
|
"src/*.ts",
|
|
"src/**/*.ts"
|
|
]
|
|
} |