platform/plugins/telegram-resources/tsconfig.json
Denis Bykhov 581f5f0e96
Telegram plugin (#357)
Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
2021-11-25 12:05:00 +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"
]
}
}