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 @ninjutsu-build/tsc.getEntryPointsFromConfig #101

Merged
merged 1 commit into from
Jul 8, 2024

Conversation

elliotgoodrich
Copy link
Owner

Expose a function to return all TypeScript entry points as described by a tsconfig.json file. For all projects using a tsconfig.json file, they will most likely have to use getEntryPointsFromConfig to get the entry points in the configuration script if these entry points need to be run later on and the users don't want to hardcode it.

Expose a function to return all TypeScript entry points as described by
a `tsconfig.json` file.  For all projects using a `tsconfig.json` file,
they will most likely have to use `getEntryPointsFromConfig` to get the
entry points in the configuration script if these entry points need to
be run later on and the users don't want to hardcode it.
@elliotgoodrich elliotgoodrich merged commit 2808a06 into main Jul 8, 2024
12 checks passed
@elliotgoodrich elliotgoodrich deleted the expose-getEntryPointsFromConfig branch July 8, 2024 05:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant