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

Fix (invisible) tsc compile errors #223

Closed appy-one closed 1 year ago

appy-one commented 1 year ago

When using AceBase in an external project using "skipLibraryCheck": false (default) in its tsconfig.json, it will yield compile errors that are not shown when compiling AceBase itself with tsc. Why there are no TypeScript errors should be investigated further. See #220