-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not substitue path in d.ts #10
Comments
Currently, definition files are not supported, there is a new version 2 coming very soon, this release is a very serious release which will contain support for definitions among many other frequently requested features. |
Hi @duffman, when is this release coming? We're 5 months further and you said "Very soon" I just ran into this exact same issue when trying out tspath (loving the tool by the way, great work). I cannot use it without definition file support though. |
@barthuijgen if it helps you, or anyone, this can be done via |
Thanks @rafamel, I tried out your solution, and while it does seem to output correct files in my dist, it also produces a lot of typescript build errors of "module not found", I'm unsure which repository to submit this as an issue to. tspath sofar works the best for me, except not transforming .d.ts files :( |
@duffman some news about it? |
any news on this ? @duffman |
My code is something like this
dist/
src/
index.ts
hello.ts
where index.ts contains
In dist/, after running tspath, index.d.ts still contains
The text was updated successfully, but these errors were encountered: