Skip to content

is tsconfig include supported? #1105

Closed
@giladgray

Description

@giladgray

my project relies on include to bring in some typings from a shared folder:

"include": [
    "../typings/tsd.d.ts",
    "../../../test/typings/tsd.d.ts",
    "**/*"
],

this works just fine in tsc or in webpack but blows up in Atom, saying that all the typings in both tsd.d.ts files cannot be found. it would seem that atom-typescript is simply ignoring the include option so those two extra files are never included in the build. yet every other typescript environment respects this flag, and it's part of the 2.0 standard.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions