@types/matrix-js-sdk removed

This commit is contained in:
2021-12-28 15:55:58 +01:00
parent 8a5358deca
commit c63a506505
6 changed files with 119 additions and 177 deletions

View File

@@ -19,16 +19,8 @@
"strict": false,
"forceConsistentCasingInFileNames": true,
"noFallthroughCasesInSwitch": true,
"paths": {
"matrix-js-sdk": [
"node_modules/@types/matrix-js-sdk/index.d.ts"
]
}
"allowSyntheticDefaultImports": true
},
"exclude": [
"node_modules/matrix-js-sdk/lib/*.d.ts",
"node_modules/matrix-js-sdk/lib/*/*.d.ts"
],
"angularCompilerOptions": {
"strictInjectionParameters": true,
"strictTemplates": true