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!
Add TypeScript to your project:
yarn add typescript
Using npm or yarn:
yarn add --dev @spotify/tsconfig
See the examples documentation for detailed guidance on how to set up the Spotify TypeScript config for your any library or app.
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.