Skip to content

Project folder with hidden components #9899

@tensor5

Description

@tensor5

TypeScript Version: 2.0.0

Code

On Linux if one of the components of the project folder pathname begins with a dot, tsc ignores all files in the project:

.a/projectDir/foo.ts

.a/projectDir/tsconfig.json

{
    "compilerOptions": {
        "outDir": "dist"
    }
}

Expected behavior:
.a/projectDir/dist/foo.js

Actual behavior:
No dist

Metadata

Metadata

Assignees

No one assigned

    Labels

    BugA bug in TypeScriptFixedA PR has been merged for this issue

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions