raml-org / api-modeling-framework

DEPRECATED - This project has been moved
https://github.com/aml-org/amf
Other
27 stars 11 forks source link

Use DefinitelyTyped backbone typings #29

Closed postatum closed 7 years ago

postatum commented 7 years ago

Fixes #26

I've used backbone typings from https://github.com/DefinitelyTyped/DefinitelyTyped because after installing them this way it tsc works fine.

Also removed typings for:

I didn't use DefinitelyTyped for all typings because not all of them are available there so I thought we use DefinitelyTyped for one particular case of backbone and typings/typings for the rest.

antoniogarrote commented 7 years ago

Using the alternative fix in #30 Closing this PR.