Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@leather.io/tsconfig-config

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@leather.io/tsconfig-config

Shared tsconfig configuration

latest
Source
npmnpm
Version
0.11.1
Version published
Maintainers
1
Created
Source

Shared typescript configuration

The purpose of typescript is to add strong typing to javascript.

Contents

Setup

  • Install as a dev dependency in packages / apps:

    pnpm add -D @leather.io/tsconfig-config
    
  • Add typescript configuration file to your package that extends the base

    // packages/package/tsconfig.json
    {
      "extends": ["@leather.io/tsconfig-config/tsconfig.base.json"],
      "include": ["**/*", ".*.ts"],
      "exclude": [],
    }
    

License

MIT © Leather Wallet LLC

⬅ Back

Keywords

leather

FAQs

Package last updated on 02 Dec 2025

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