UNPKG

@profitsniper/telegram

Version:

While developing with Typescript and Node.js is awesome, **setting up a new project is painful**. This minimal and modern starter repo is here to help you get started with Node.js and Typecript without the pain.

17 lines 240 B
{ "extends": "../../tsconfig.plugins.json", "compilerOptions": { "outDir": "dist", "baseUrl": ".", }, "include": [ "src", "test", "tasks.mjs" ], "exclude": [ "dist", "bundle", "node_modules" ] }