@m1rn/tsconfig

1.0.0 • Public • Published

@m1rn/tsconfig

TypeScript

Version License

A collection of TypeScript preset configurations that follow best practices, designed to help you quickly set up your TypeScript projects.

Features

  • Best Practices: Ensures accurate and reliable type checking.
  • Strict Configurations: Keeps your code quality at a high standard.
  • Flexible Setup: Adapts to various project needs.
  • Regular Updates: Stays up-to-date with the latest features and versions.

Prerequisites

TypeScript

  • Version >= 5.0.0

Installation

npm install @m1rn/tsconfig --save-dev

Presets

Usage

Just extend the preset configurations you need in your tsconfig.json file:

Single Configuration

{
  "extends": "@m1rn/tsconfig/base"
}

Combined Configuration

{
  "extends": ["@m1rn/tsconfig/node", "@m1rn/tsconfig/strict"]
}

See Also

License

MIT License © 2024-PRESENT m1rn

Package Sidebar

Install

npm i @m1rn/tsconfig

Weekly Downloads

0

Version

1.0.0

License

MIT

Unpacked Size

5.49 kB

Total Files

9

Last publish

Collaborators

  • m1rn