WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

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.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.

About

A standardized TypeScript configuration for Localazy projects.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published