1
0
Fork 0
mirror of https://github.com/dadada/inbox2matrix.git synced 2025-06-07 17:43:57 +02:00
inbox2matrix/tsconfig.json

11 lines
158 B
JSON

{
"compilerOptions": {
"types" : [
"node"
]
},
"files": [
"inbox2matrix.ts",
"globals.d.ts"
]
}