Skip to content

A standardized TypeScript configuration for Localazy projects.

License

Notifications You must be signed in to change notification settings

localazy/tsconfig

Repository files navigation

Localazy

📦 @localazy/tsconfig

A standardized 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.service.json"
}

📜 License

This project is licensed under the MIT License.

See LICENSE for details.

About

A standardized TypeScript configuration for Localazy projects.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published