how to import calcite into typescript is there a basic example. I'm following this example https://github.com/Esri/calcite-maps. that is I'm converting into typescript. I do not know how to reference or import calcite-maps into typescript for example the js example require has calcite-maps modules
is there typings for calcite maps? so after and npm install of the typings, I'm able to do this import CalciteMaps from "calcite-maps/calcitemaps-v0.10" and not the import missing like on screenshot