Base typescript config for Node.js projects.
- Install this module
npm i -D @diegoh/tsconfig
- Integrate into your project's typescript configuration file
In your tsconfig.json
{
"extends": "@diegoh/tsconfig",
"include": ["src/**/*"],
"exclude": ["node_modules", "**/*.spec.ts"]
}
- Create a new branch from
master
with a name relevant to the changes you're making.git branch -b my-new-feature-description
- Push the branch and open a Pull Request (PR).
- Request a code review.
When integrating back to the mainline commits should be Squash merged.
Typescript Documentation (tsconfig.json) https://www.typescriptlang.org/docs/handbook/tsconfig-json.html