TypeStrong / dts-bundle

Export TypeScript .d.ts files as an external module definition
MIT License
308 stars 57 forks source link

All d.ts files bug with scoped package #73

Open Nargonath opened 5 years ago

Nargonath commented 5 years ago

When I'm trying to generate the index.d.ts with all my types I get this error: image

My config:

dts.bundle({
        name: libName,
        main: 'types/src/**/*.d.ts',
        out: '../../dist/index.d.ts',
        verbose: true,
      });