Support for "build" option for TypeScript project references?
Open
Nobody has claimed this yet.
breaking
- Dominant language
- TypeScript
- Stars
- 2.2k
- Forks
- 465
- Avg merge
- 2d 23h
- Merged PRs (30d)
- 46
Description
Does the CLi support the build flag (-b for tsc)? It seems not.... I'm trying to setup a project with TypeScript project references... any help?
$ nest build --help
Usage: nest build [options] [app]
Build Nest application
Options:
-p, --path [path] Path to tsconfig file
-w, --watch Run in watch mode (live-reload)
--webpack Use webpack for compilation
--webpackPath [path] Path to webpack configuration
-h, --help output usage information
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the nest build command and its help output, then compare the available options with TypeScript's tsc -b and project references documentation. Done means the CLI supports the requested build behavior and its help text documents the option; verify the result with a representative project-reference setup.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- build-system, cli
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100