Skip to content

Definition files generation with semi absolute path inside of build directory #186

@mrblackus

Description

@mrblackus

Since version 0.8.2, all d.ts files are now generated with full absolute path inside build directory (the one set on webpack configuration).

For example, considering I have outDir set to ts-build on tsconfig.json, I have:

.
├── Users
│   └── mrblackus
│       └── Projects
│           └── js
│               └── fooProject
│                   └── build
│                       └── ts-build
│                           └── foo.d.ts
├── foo.js
└── foo.js.map

Instead of

.
├── foo.js
├── foo.js.map
└── ts-build
    └── foo.d.ts

This issue is initially reported by @bartzy and myself on #175.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions