Sign In

@bfra.me/tsconfig

Package Overview
Dependencies
Maintainers
2
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bfra.me/tsconfig

Shared TypeScript configuration for bfra.me

latest
Source
npmnpm
Version
0.13.1
Version published
Weekly downloads
2K
-3.19%
Maintainers
2
Weekly downloads
 
Created
Source

@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

Keywords

bfra.me

FAQs

Package last updated on 16 May 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts