We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f98084f commit 3147016Copy full SHA for 3147016
src/index.ts
@@ -1,7 +1,7 @@
1
-import DexiePromise from './helpers/promise';
2
-import { mapError } from './errors';
3
import { Dexie } from './classes/dexie';
4
import { DexieConstructor } from './public/types/dexie-constructor';
+import { DexiePromise } from './helpers/promise';
+import { mapError } from './errors';
5
import * as Debug from './helpers/debug';
6
import { dexieStackFrameFilter } from './globals/constants';
7
import { initDatabaseEnumerator } from './helpers/database-enumerator';
src/tsconfig.json
@@ -15,8 +15,5 @@
15
},
16
"dirs": [
17
"."
18
- ],
19
- "exclude": [
20
- "_old"
21
]
22
}
0 commit comments