Typescript type definitions for MapKit JS
npm install mapkit-typescript


TypeScript type definitions for MapKit JS.
First, install the types in your project:
``shusing npm
npm install --save-dev mapkit-typescript
Then, add
node_modules/mapkit-typescript to your tsconifg.json file like so:
`json
{
"compilerOptions": {
"typeRoots": [
"node_modules/mapkit-typescript",
"node_modules/@types"
]
}
}
`This will enable the TypeScript compiler to find and use this typing since it is not installed under
node_modules/@types.By default the compiler only looks at
node_modules/@types for type declarations. If typeRoots does not already exist in the tsconfig.json file, make sure to include node_modules/@types` as well.MapKit and the Apple logo are trademarks of Apple Inc., registered in the U.S. and other countries.