Files
archived-starters/examples/telegram-bot/tsconfig.json
Faraz Patankar 9e840b465a 🚂 add telegram bot starter example (#59)
* add telegram bot starter example

* fix deploy button and mark bot token as required

* update README
2021-03-04 13:37:42 -08:00

14 lines
246 B
JSON

{
"compilerOptions": {
"outDir": "dist",
"incremental": true,
"target": "es6",
"module": "commonjs",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true
}
}