4.0.0 • Published 2 years ago

gs-typescript-config v4.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
2 years ago

A typescript configuration that can be shared across projects.

Installation

npm install -D gs-typescript-config

Usage

In your tsconfig.conf file, add the following entry:

{
  "extends": "./node_modules/gs-typescript-config/tsconfig.json",
  ...
}

You can override any option provided by gs-typescript-config by explicitly specifying it in the tsconfig.conf.

4.0.0

2 years ago

3.4.0

6 years ago

3.2.0

7 years ago

3.0.0

7 years ago

2.0.0

8 years ago

1.1.1

8 years ago