finsweet / developer-starter

Developer starter template for Finsweet projects.
https://www.finsweet.com/
184 stars 67 forks source link

Extract tsconfig #13

Closed alexiglesias93 closed 2 years ago

alexiglesias93 commented 2 years ago

Extracted the main tsconfig.json compiler options into a separate package @finsweet/tsconfig, so it's easier to share across all our repositories. All path-based configs must be kept per-package, see https://github.com/microsoft/TypeScript/issues/29172#issuecomment-450966221 for reference.

alexiglesias93 commented 2 years ago

@erikmejias Yeah, that's the main idea. Also, overriding config options per project is very simple.