From dexie.js source repo commit 92372b017810704bd7f812e7b0b86df866e8d222
--
Allow dexie to be referenced in typescript projects.
e.g.
```
import * as Dexie from 'dexie';
```
Dexie will now be properly typed without having to reference Dexie.d.ts in DefinitelyTyped or through src/Dexie.d.ts (which isn't exposed in npm anyways)