An open API service indexing awesome lists of open source software.

https://github.com/ganchrowscientific/gs-typescript-config

A typescript configuration that can be shared across projects.
https://github.com/ganchrowscientific/gs-typescript-config

configuration typescript-compiler

Last synced: 10 months ago
JSON representation

A typescript configuration that can be shared across projects.

Awesome Lists containing this project

README

          

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`.