platform/plugins/telegram-assets/tsconfig.json
Denis Bykhov 83f6b3818e
Telegram imported message pretty (#599)
Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
2021-12-09 10:05:21 +01:00

15 lines
254 B
JSON

{
"compilerOptions": {
"moduleResolution": "node",
"target": "esnext",
"module": "esnext",
"declaration": true,
"outDir": "./lib",
"strict": true,
"esModuleInterop": true,
"lib": [
"esnext",
"dom"
]
}
}