rxdb
rxdb copied to clipboard
Can't resolve types
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?