-
Notifications
You must be signed in to change notification settings - Fork 12.9k
Closed
Labels
BugA bug in TypeScriptA bug in TypeScriptFixedA PR has been merged for this issueA PR has been merged for this issue
Milestone
Description
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
Labels
BugA bug in TypeScriptA bug in TypeScriptFixedA PR has been merged for this issueA PR has been merged for this issue