2.2.1 • Published 5 years ago

@hellpack/tsconfig v2.2.1

Weekly downloads
-
License
MIT
Repository
-
Last release
5 years ago

@hellpack/tsconfig

Ultracommon Tsconfig for Babel Compiled Typescript Projects

Usage

  • Install @hellpack/tsconfig yarn add @hellpack/tsconfig -D.
  • Create a tsconfig file in your project root and add this
{
  "extends": "@hellpack/tsconfig"
  // Your Settings here
}
  • For example,
{
  "extends": "@hellpack/tsconfig",
  "include": ["src"]
}
2.2.1

5 years ago

0.1.0

5 years ago