1.0.5 • Published 4 years ago

@diegoh/tsconfig v1.0.5

Weekly downloads
14
License
MIT
Repository
github
Last release
4 years ago

@diegoh/tsconfig

License: MIT Package Version

Base typescript config for Node.js projects.

Usage

  1. Install this module

npm i -D @diegoh/tsconfig

  1. Integrate into your project's typescript configuration file

In your tsconfig.json

{
  "extends": "@diegoh/tsconfig",
  "include": ["src/**/*"],
  "exclude": ["node_modules", "**/*.spec.ts"]
}

Development

  1. Create a new branch from master with a name relevant to the changes you're making. git branch -b my-new-feature-description
  2. Push the branch and open a Pull Request (PR).
  3. Request a code review.

When integrating back to the mainline commits should be Squash merged.

Reference

Typescript Documentation (tsconfig.json) https://www.typescriptlang.org/docs/handbook/tsconfig-json.html

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago