Packages
TypeScript Config
Centralized TypeScript configurations (tsconfig.json).
The typescript-config package provides a base TypeScript configuration (tsconfig.json) that is shared across all the other packages and applications in the monorepo. This ensures that we use a consistent set of compiler options and helps enforce our coding standards.