4.0.0 • Published 1 year ago

gs-typescript-config v4.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
1 year 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

1 year ago

3.4.0

5 years ago

3.2.0

5 years ago

3.0.0

6 years ago

2.0.0

6 years ago

1.1.1

6 years ago