You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 8, 2024. It is now read-only.
It seems that it is an issue of the tsd compiler itself and not from the grunt-tsd. I just used the following command inside the CLI: $ tsd update --save --overwrite and it turns out that the tsd compiler duplicates the path as well.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This is my grunt config for grunt-tsd:
It always changes my tsd.d.ts, which is really simple:
It changes it to:
The first two lines are invalid, they are a incorrect paths.
If I run
tsd reinstall
this does not happen.This is my tsd.json:
The text was updated successfully, but these errors were encountered: