Skip to content

Support for wildcards in command line #911

@prabirshrestha

Description

@prabirshrestha

It would be great if we could have wildcard support for files.

tsc -w -m amd -t es5 **/*.ts

Currently we need to use unix commands.

find . -name "*.ts" | xargs tsc -w -m amd -t es5

There are also cases when we would like to have wildcards for multiple different folders

tsc -w -m amd -t es5 _generated/**/*.ts Typescript/**/*.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

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions