spectrum-web-components icon indicating copy to clipboard operation
spectrum-web-components copied to clipboard

Add tooling for building tsconfig-all.json references list dynamically

Open Westbrook opened this issue 3 years ago • 0 comments

Code of conduct

  • [X] I agree to follow this project's code of conduct.

Description of issue

The list of references in tsconfig.all.json is quite long, let's build it dynamically.

Requirements:

  • building on the fly likely adds back some (or all) of the perf benefit at CI time seen in #2160 so take a look at compile and commit approaches instead
  • dynamically finding all included configs might be difficult so include a manual escape hatch. this could just be "add it after it's build" but it would be great if the escape was in the generator so that we don't need to do anything manually on a regular basis

Westbrook avatar Mar 10 '22 22:03 Westbrook