2.2.1 • Published 7 years ago
@hellpack/tsconfig v2.2.1
@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"]
}