-
Notifications
You must be signed in to change notification settings - Fork 26
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
Mapkit JS type definitions not working #20
Comments
I'm wondering if in the short term it makes sense to just copy the types from https://github.com/wsmd/mapkit-typescript/ directly into this package. Not a long term solution at all, but at least would make types for |
That could make sense. I've been trying to find out how to bundle all the type definitions from |
an update to DT is in progress here: DefinitelyTyped/DefinitelyTyped#37415 |
well that was a pain. I think I'm just going to move the types into this project for now. |
At the moment this package depends on wsmd/mapkit-typescript, which has some incorrect type definitions, and requires changes to
tsconfig.json
in order to work.Also, the dependecy on
mapkit-typescript
is defined as a development dependency, so that when this package is installed, the mapkit type definitions aren't included.As discussed in #18, this package should make sure that any consumer gets the type definitions for mapkit, and maybe it should move to @types/apple-mapkit-js, defined here, which at the moment is a bit outdated but could be fixed.
The text was updated successfully, but these errors were encountered: