Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@boostr/tsconfig

boostrjs73MIT1.0.4

Default TypeScript configuration used by Boostr

boostr, tsconfig, typescript, ts, config, configuration, default

readme

@boostr/tsconfig

Default TypeScript configuration used by Boostr.

Installation

npm install @boostr/tsconfig --save-dev

Usage

At the root of your app services, create a tsconfig.json file with the following content:

{
  "extends": "@boostr/tsconfig",
  "include": ["src/**/*"]
}

License

MIT