API for acquiring types #8868
Labels
API
Relates to the public API for TypeScript
Suggestion
An idea for TypeScript
@types
Relates to working with .d.ts files (declaration/definition files) from DefinitelyTyped
Milestone
We should provide a way for others to ask for types that Salsa will fetch.
We use
bower.json
andpackage.json
as sources for fetching types, but Cordova projects have an additional sourceconfig.xml
which lists plugins that also need types. We don't want to checkconfig.xml
for all projects, nor be dependant on the structure ofconfig.xml
going forward. But we should allow Cordova to parse it themselves and send us a list of libs that they want types for.The text was updated successfully, but these errors were encountered: