I am working on the library surveyjs
It uses gulp+webpack to build umd bundle.
I want to create the type definition bundle (or may be just multiple d.ts files) for using in typescript projects. I would like to have something like that:
import * as Survey from 'surveyjs';
All contens for Survey.* is described here: https://github.com/dmitrykurmanov/surveyjs/blob/master/src/entries/ko.ts
I have tried to use: github.com/SitePen/dts-generator and github.com/TypeStrong/dts-bundle but whithout success, could somebody please show me the right direction?