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 typescriptUsing npm or yarn:
yarn add --dev @spotify/tsconfigSee 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.