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

Package detail

@bfra.me/tsconfig

bfra-me2.8kMIT0.12.0

Shared TypeScript configuration for bfra.me

bfra.me, config, shared, tsconfig, typescript, works

readme

@bfra.me/tsconfig

Shared TypeScript configuration for bfra.me.

Install

The main tsconfig.json config file extends from @tsconfig/strictest which is installed as a peer dependency.

NPM

npm install --save-dev @bfra.me/tsconfig typescript

PNPM

pnpm add --save-dev @bfra.me/tsconfig typescript

Yarn

yarn add --dev @bfra.me/tsconfig typescript

Usage

Create a tsconfig.json file in your project and extend this shared configuration:

{
  "extends": "@bfra.me/tsconfig"
}

License

MIT