UNPKG

@profitsniper/email

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.

15 lines 202 B
{ "extends": "../../tsconfig.plugins.json", "compilerOptions": { "outDir": "dist" }, "include": [ "src", "test" ], "exclude": [ "dist", "bundle", "node_modules" ] }