1.0.1 • Published 5 years ago

@sharyn/tsconfig v1.0.1

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

🌹 @sharyn/tsconfig

Installation

npm i --save-dev @sharyn/tsconfig
# or
yarn add --dev @sharyn/tsconfig

Usage

For client bundles, in tsconfig.json, use:

{
  "extends": "@sharyn/tsconfig"
}

For server bundkes, in tsconfig.json, use:

{
  "extends": "@sharyn/tsconfig/server"
}

If your editor complains, use @sharyn/tsconfig/tsconfig.json or @sharyn/tsconfig/server/tsconfig.json.

Options

Please have a look at the source code to see what the options are.