Upgrade tsd to typings, Related to #9658#9724
Conversation
|
Hi @sudheesh001, I'm your friendly neighborhood Microsoft Pull Request Bot (You can call me MSBOT). Thanks for your contribution!
TTYL, MSBOT; |
|
So.... We don't actually use this task anymore. We even cut it from the gulpfile. We were planning on just straight up removing the tsd dev dependency, since we can now use @types for what we need. |
|
@weswigham I've updated the pull request to remove the tsd dependency, Please let me know in case there are more changes needed 😄 |
| console.log(cmd); | ||
| exec(cmd); | ||
| }, { async: true }); | ||
| var scriptsTypingsJson = path.join(scriptsDirectory, "typings.json"); |
There was a problem hiding this comment.
do not think we need this either.
|
@weswigham Updated the pull request 😄 |
|
Seems good. I don't see any other vestiges of tsd left in the repo, so I'll merge it. |
No description provided.