1.1.1 • Published 3 years ago

@medly/typescript-config v1.1.1

Weekly downloads
-
License
MIT
Repository
-
Last release
3 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 @medly/typescript-config

Usage

Add below code in tsconfig.json file.

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

3 years ago

1.1.0

3 years ago

0.3.0

3 years ago

0.3.1

3 years ago

0.2.4

3 years ago

0.2.3

3 years ago

0.2.2

3 years ago

0.2.1

3 years ago

0.2.0

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago