Closed alexiglesias93 closed 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.
tsconfig.json
@erikmejias Yeah, that's the main idea. Also, overriding config options per project is very simple.
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.