Open mdeljavan opened 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.
@deck.gl/extensions
/// <reference path="../deck.gl__extensions/index.d.ts" />
deck.gl/index.d.ts
Thanks for looking into this, can you send a PR?
yes of course.
Hi, we also can add /// <reference path="../deck.gl__google-maps/index.d.ts" />
/// <reference path="../deck.gl__google-maps/index.d.ts" />
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" />
todeck.gl/index.d.ts
to solve this issue.