The file name to update, or "all" if all should
be updated (Defaults to "all"
).
Whether to force the ejection of files, that is,
override already present files in the project with their newest version
(Defaults to false
).
The project type to eject from (Defaults to "library"
).
The list of updated files.
Eject all the general configuration files to the root project. This includes configuration files for Typescript, Typedoc, JEST, Rollup, and nps. This command is intended to be run locally. If force is added, all previously created local files are updated to their latest version. If not, only missing files are copied.