appy-one / acebase

A fast, low memory, transactional, index & query enabled NoSQL database engine and server for node.js and browser with realtime data change notifications
MIT License
481 stars 27 forks source link

Fixes #203 / #219 #221

Closed appy-one closed 1 year ago

appy-one commented 1 year ago

Fixes using AceBase from TypeScript ES modules ("type": "module" in package.json) and "moduleResolution": "node16" or "moduleResolution": "nodenext" in tsconfig.json

This adds /index.d.ts to the export * from "../types" statement in the generated /dist/esm/index.d.ts

Closes #203 and #219