fix: correct import paths for TypeScript compilation
- Add .js extension to entityIdMapper baseStorage import
- Change roaring imports from subpath to main package export
- Use import { RoaringBitmap32 } from 'roaring' for ESM compatibility
This commit is contained in:
parent
2f6ab9559a
commit
aeffd32fe0
5 changed files with 5 additions and 5 deletions
|
|
@ -13,7 +13,7 @@
|
|||
* @module utils/entityIdMapper
|
||||
*/
|
||||
|
||||
import type { BaseStorage } from '../storage/baseStorage'
|
||||
import type { BaseStorage } from '../storage/baseStorage.js'
|
||||
|
||||
export interface EntityIdMapperOptions {
|
||||
storage: BaseStorage
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue