0.0.9 • Published 2 months ago

@13onthecode/typescript-config v0.0.9

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months ago

@13OnTheCode/Typescript-Config

Version License

English | 简体中文

A versatile TypeScript configuration library that follows best practices, offering foundational setups for Node.js, React, and Vue projects

Features

  • Follow best practices to achieve accurate and reliable type checking
  • Flexible configuration options to cater to different project needs
  • Continuously maintained and updated to support the latest versions and features

Prerequisites

TypeScript

  • Version >= 5.0.0

Install

npm install @13onthecode/typescript-config --save-dev

Usage

To use the pre-configured tsconfig files, simply extend the configuration in your project's tsconfig.json file:

Base

{
  "extends": "@13onthecode/typescript-config/base"
}

Strict

{
  "extends": "@13onthecode/typescript-config/strict"
}

Browser

{
  "extends": "@13onthecode/typescript-config/browser"
}

Node

{
  "extends": "@13onthecode/typescript-config/node"
}

React

{
  "extends": "@13onthecode/typescript-config/react"
}

Vue

{
  "extends": "@13onthecode/typescript-config/vue"
}

Check Also

License

MIT License © 2023-PRESENT 13OnTheCode

0.0.9

2 months ago

0.0.8

2 months ago

0.0.7

2 months ago

0.0.6

5 months ago

0.0.5

9 months ago

0.0.4

9 months ago

0.0.3

9 months ago

0.0.2

9 months ago

0.0.1

9 months ago