Socket
Book a DemoInstallSign in
Socket

@localazy/tsconfig

Package Overview
Dependencies
Maintainers
2
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@localazy/tsconfig

Unified TypeScript configuration for Localazy projects

latest
Source
npmnpm
Version
1.1.1
Version published
Weekly downloads
64
-44.83%
Maintainers
2
Weekly downloads
 
Created
Source

Localazy

📦 @localazy/tsconfig

Unified TypeScript configuration for Localazy projects

🚀 Quick Start

Install the package using your preferred package manager:

# Using npm
npm install typescript @localazy/tsconfig --save-dev

# Using yarn
yarn add typescript @localazy/tsconfig --dev

# Using pnpm
pnpm add typescript @localazy/tsconfig --save-dev

🔧 Usage

In your tsconfig.json, extend the configuration:

{
  "$schema": "https://json.schemastore.org/tsconfig",
  "extends": "@localazy/tsconfig/tsconfig.library.json"
}
{
  "$schema": "https://json.schemastore.org/tsconfig",
  "extends": "@localazy/tsconfig/tsconfig.monorepo-library.json"
}
{
  "$schema": "https://json.schemastore.org/tsconfig",
  "extends": "@localazy/tsconfig/tsconfig.node.library.json"
}
{
  "$schema": "https://json.schemastore.org/tsconfig",
  "extends": "@localazy/tsconfig/tsconfig.node.monorepo-library.json"
}

📜 License

This project is licensed under the MIT License.

See LICENSE for details.

Keywords

typescript

FAQs

Package last updated on 21 Aug 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