0.1.25 • Published 4 years ago

@atir-naveed-geeksltd/typescript-config v0.1.25

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

Typescript Config

What is tsconfig.json ?

The tsconfig.json file specifies the root files and the compiler options required to compile the project.

About

Medly recommended rules to better compile your TypeScript project.

Shared typeScript config

Schema

Install

yarn add -D @atir-naveed-geeksltd/typescript-config

Usage

Add below code in tsconfig.json file.

{
 "extends": "@atir-naveed-geeksltd/typescript-config",
 "include": ["src", "types"],
 "exclude": ["node_modules", "dist", "coverage"]
}

Default config

You can view the default config here