@choseohwan/tsconfig-base
v2.0.0
Published
choseohwan's tsconfig library
Readme
tsconfig-base
tsconfig base config for SeoHwan Cho's project
Install
npm
npm install @choseohwan/tsconfig-base typescript --save-devyarn
yarn add @choseohwan/tsconfig-base typescript -DUsage
Make tsconfig.json file in the root directory of packages.
tsconfig.json
{
"extends": "@choseohwan/tsconfig-base"
}