1.0.0 • Published 5 years ago

@chapabu/tsconfig-base v1.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

tsconfig

Base TypeScript configuration shared between FE and Node TSConfig files.

Usage

You probably don't want to use this by itself. But if you do...

npm install @chapabu/tsconfig-base or yarn add @chapabu/tsconfig-base

tsconfig.json

{
  "extends": "@chapabu/tsconfig-base",
  "include": [
    "src"
  ]
}