Skip to content

New tsconfig.json "include" syntax does not work with ".." #9451

Description

@fluffywaffles

TypeScript Version: nightly (2.0.0-dev.20160630)

tsconfig.json

{
  "include": [
    "../app/**/*.ts"
  ]
}

Expected behavior:

Running tsc will compile all .ts files in ../app.

Actual behavior:

Running tsc does nothing.

NOTE

Specifying "files": [ "../app/someFile.ts" ] does work; it is just that "include" seems to ignore "..".

Metadata

Metadata

Assignees

No one assigned

    Labels

    BugA bug in TypeScriptFixedA PR has been merged for this issue

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions