@atir-naveed-geeksltd/typescript-config

0.1.25 • Public • Published

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

Package Sidebar

Install

npm i @atir-naveed-geeksltd/typescript-config

Weekly Downloads

0

Version

0.1.25

License

MIT

Unpacked Size

12.9 kB

Total Files

4

Last publish

Collaborators

  • atirnaveed