Bug report
Hi! When i'm trying to build my d.ts file
dts-bundle-generator -o ./dist/types/index.d.ts index.ts
I'm facing the following error:
error TS2307: Cannot find module './styles.module.css' or its corresponding type declarations.
It's worth noting that the TypeScript compiler have no issues with build and tsc works completely fine. Also i have declaration.d.ts which contain following:
Bug report Hi! When i'm trying to build my d.ts file
dts-bundle-generator -o ./dist/types/index.d.ts index.ts
I'm facing the following error:It's worth noting that the TypeScript compiler have no issues with build and
tsc
works completely fine. Also i have declaration.d.ts which contain following:Expected output // Nothing, it just works
Actual output
Any insights or help on resolving this would be greatly appreciated. Thanks!