danmarshall / deckgl-typings

TypeScript declaration files for deck.gl
MIT License
108 stars 69 forks source link

Can not resolve @deck.gl/extensions #214

Open mdeljavan opened 3 years ago

mdeljavan commented 3 years ago

Hi After installing any package, I encounter this error: can not resolve @deck.gl/extensions. I think we can add /// <reference path="../deck.gl__extensions/index.d.ts" /> to deck.gl/index.d.ts to solve this issue.

danmarshall commented 3 years ago

Thanks for looking into this, can you send a PR?

mdeljavan commented 3 years ago

yes of course.

Emilion commented 2 years ago

Hi, we also can add /// <reference path="../deck.gl__google-maps/index.d.ts" />