2.0.0 • Published 2 years ago

@choseohwan/tsconfig-base v2.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

tsconfig-base

tsconfig base config for SeoHwan Cho's project

Install

npm

npm install @choseohwan/tsconfig-base typescript --save-dev

yarn

yarn add @choseohwan/tsconfig-base typescript -D

Usage

Make tsconfig.json file in the root directory of packages.

tsconfig.json

{
    "extends": "@choseohwan/tsconfig-base"
}