mirror of
https://github.com/dadada/inbox2matrix.git
synced 2025-07-31 03:00:06 +02:00
Add initial encryption support. Still missing automatic device verification
This commit is contained in:
parent
1579a8022d
commit
7b07ca9cb1
4 changed files with 49 additions and 17 deletions
11
tsconfig.json
Normal file
11
tsconfig.json
Normal file
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"compilerOptions": {
|
||||
"types" : [
|
||||
"node"
|
||||
]
|
||||
},
|
||||
"files": [
|
||||
"inbox2matrix.ts",
|
||||
"globals.d.ts"
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue