When I'm trying to generate the `index.d.ts` with all my types I get this error:  My config: ```js dts.bundle({ name: libName, main: 'types/src/**/*.d.ts', out: '../../dist/index.d.ts', verbose: true, }); ```