Skip to content

A typescript configuration that can be shared across projects.

License

Notifications You must be signed in to change notification settings

GanchrowScientific/gs-typescript-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A typescript configuration that can be shared across projects.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published