@spotify/tsconfig

15.0.0 • Public • Published

tsconfig

Check out our docs on GitHub.

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

Using npm or yarn:

yarn add --dev @spotify/tsconfig

For more information, check out our docs on GitHub.

Contributing

Try to optimize for the fewest specified options between the config specializations. For example, only app has noEmit: true, since the default value, false, is good for the lib config. Specifying it only in the app config means fewer overall entries!

We want to keep maintenance low by only specifying what is necessary. If the option's default value is good for every config, remove it from every config!

Readme

Keywords

none

Package Sidebar

Install

npm i @spotify/tsconfig

Weekly Downloads

495

Version

15.0.0

License

Apache-2.0

Unpacked Size

13.7 kB

Total Files

4

Last publish

Collaborators

  • vinzscam
  • timbonicus
  • spotify-eng