-
Notifications
You must be signed in to change notification settings - Fork 6k
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
[TypeScript] Use only typings in petstore sample #2013
Comments
@cbornet would you have cycle to contribute a PR to update that? |
@Vrolijkx it seems still present in typescript-angular sample. Would you have a look ? |
The current new way to import types is now to use @types scope on npm instead of typings as of TypeScript 2.0 https://blogs.msdn.microsoft.com/typescript/2016/06/15/the-future-of-declaration-files/. If types are needed the clients should be updated to use this. |
@kenisteward thanks for the sharing the link. Let me know if you've time to contribute the enhancement using @types |
@cbornet I think it's better to go directly to the @types like @kenisteward suggests |
My only thing is it breaks some things possibly because I think there is a UMD discrepancy |
@Vrolijkx agreed. Maybe close this issue and open a new one. |
As TSD is deprecated : see DefinitelyTyped/tsd#269
The text was updated successfully, but these errors were encountered: