@denisname @tomwanzek @Ricardo-Mello
Is it possible to use topojson types when importing only topojson-client?
import * as topojson from "topojson-client";
If I just npm install the types, tsc gives me an error.
Could not find a declaration file for module 'topojson-client'.
Thanks!
@denisname @tomwanzek @Ricardo-Mello
Is it possible to use topojson types when importing only
topojson-client?import * as topojson from "topojson-client";If I just npm install the types, tsc gives me an error.
Could not find a declaration file for module 'topojson-client'.Thanks!