vmware-archive / clarity

Clarity is a scalable, accessible, customizable, open source design system built with web components. Works with any JavaScript framework, built for enterprises, and designed to be inclusive.
http://clarity.design
MIT License
6.42k stars 761 forks source link

chore(core): remove unused tsconfig files #6487

Closed coryrylan closed 2 years ago

coryrylan commented 2 years ago

PR Checklist

Please check if your PR fulfills the following requirements:

PR Type

What kind of change does this PR introduce?

What is the new behavior?

Rollup handles entrypoints for us and TS does not need to manage each one manually. We can remove all entrypoint tsconfig files as they are not used in the project anymore.

Does this PR introduce a breaking change?

Other information