Open Juice10 opened 7 months ago
Hi @Juice10! I'm running into this when setting "strict": true
in my jsconfig.json
, but not when it's set to false
. Where you ever able to resolve this?
@mstade unfortunately not I ended up switching out dts-buddy for another project
In rrweb we are using directories with an index.ts file inside them and importing them in the following manner:
In typescript this autocompletes to
./replay/index.*
.Unfortunately dts-buddy gives the following error whenever an import like this gets encountered: