Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
1 task done
Westbrook opened this issue Mar 10, 2022 · 0 comments
Open
1 task done

Comments

@Westbrook
Copy link
Contributor

Code of conduct

  • 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 One config #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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants