Skip to content

Latest commit

 

History

History

docs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

tsconfig

A collection of different base tsconfig.json to be extended from in your project.

This project aims to reduce per-project configuration as much as possible. With good defaults, we can focus on building, not configuration!

Installation

Add TypeScript to your project:

yarn add typescript

Using npm or yarn:

yarn add --dev @spotify/tsconfig

Examples

See the examples documentation for detailed guidance on how to set up the Spotify TypeScript config for your any library or app.

Getting Started with TypeScript

Step-by-step guides for setting up TypeScript and the Spotify TypeScript config for Golden Path use cases are available in this repo as well.