Tools
TypeScript
Check that a package extends a base tsconfig.json
You might find that your project has groups of packages that require similar configuration. Use checks to create ensure they extend a common base configuration or have specific properties.
Create custom checks for your project by using the commonality-checks-recommended package.
.commonality/extends-tsconfig-next
.commonality/extends-tsconfig-react
Selectively apply them to groups of packages in your project using selectors.
.commonality/config.json
Was this page helpful?