Skip to content

Support for filesGlob #343

Closed
Closed
@thitemple

Description

@thitemple

It would be useful if the plugin had support for filesGlob attribute for the tsconfig.json file.
Like in Atom, we can have an filesGlob attribute like this:

    "filesGlob": [
        "./src/*.ts",
        "./test/unit/*.ts",
        "./typings/tsd.d.ts"
    ],

and it will scan the directories and add the files to files section.

Thanks

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions