Open giggio opened 9 years ago
I face the exact same problem. Do you have any solution for that? thx
Not yet. Always manually updating the file. :(
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.
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: