-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add
@ninjutsu-build/tsc.getEntryPointsFromConfig
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.
- Loading branch information
1 parent
91c8dd2
commit aaed490
Showing
3 changed files
with
58 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters