Compiles but fails creating Matrix client
This commit is contained in:
@@ -12,13 +12,24 @@
|
||||
"importHelpers": true,
|
||||
"target": "es2015",
|
||||
"module": "es2020",
|
||||
"lib": ["es2018", "dom"],
|
||||
"lib": [
|
||||
"es2018",
|
||||
"dom"
|
||||
],
|
||||
"strict": false,
|
||||
"forceConsistentCasingInFileNames": true,
|
||||
"noFallthroughCasesInSwitch": true
|
||||
"noFallthroughCasesInSwitch": true,
|
||||
"paths": {
|
||||
"matrix-js-sdk": [
|
||||
"node_modules/@types/matrix-js-sdk/index.d.ts"
|
||||
]
|
||||
}
|
||||
},
|
||||
// "exclude": [
|
||||
// "node_modules/matrix-js-sdk/lib/*.d.ts"
|
||||
// ],
|
||||
"angularCompilerOptions": {
|
||||
"strictInjectionParameters": true,
|
||||
"strictTemplates": true
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user