Skip to content

diegoh/tsconfig

Repository files navigation

@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

About

No description, website, or topics provided.

Resources

License

MIT, Unknown licenses found

Licenses found

MIT
LICENSE
Unknown
License.txt

Stars

Watchers

Forks

Packages