Skip to content

Replace 'tsc --help' output message's example for using response files #14775

@DanielRosenwasser

Description

@DanielRosenwasser

Right now if you write tsc --help, you'll get

Version 2.x.x-dev.123456
Syntax:   tsc [options] [file ...]

Examples: tsc hello.ts
          tsc --outFile file.js file.ts
          tsc @args.txt

Notice that last part: tsc @args.txt.

Response files are not something we've thought about in forever. tsconfig.json has been the standard way to use TypeScript for quite a bit now. The example given is confusing at this point.

I think we should either remove it entirely or use tsc --project tsconfig.json

Metadata

Metadata

Assignees

No one assigned

    Labels

    FixedA PR has been merged for this issueGood First IssueWell scoped, documented and has the green lightHelp WantedYou can do this

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions