rxdb icon indicating copy to clipboard operation
rxdb copied to clipboard

Can't resolve types

Open dongnaebi opened this issue 1 year ago • 0 comments

I am using RxDB in TypeScript, but I'm not getting any type hints. I looked in dist/types/index.d.ts and found this code:

export * from './plugin.ts';
export * from './rx-database.ts';
export * from './rx-error.ts';
export * from './rx-database-internal-store.ts';
// ...

It seems that the file names are incorrect. They should be xxx.d.ts?

dongnaebi avatar May 19 '24 03:05 dongnaebi