Skip to content

tsc chokes on switches in --example=VALUE format #6758

Closed
@ghost

Description

Every now and then I pick up tsc and the following type of thing happens:

$ tsc --module=commonjs ./foo.ts
error TS5023: Unknown compiler option 'module=commonjs'.
$ # arrgh!
$ tsc --module commonjs ./foo.ts
$

Metadata

Metadata

Assignees

No one assigned

    Labels

    DeclinedThe issue was declined as something which matches the TypeScript visionSuggestionAn idea for TypeScript

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions