Skip to content

Commit 3147016

Browse files
committed
Cosmetic changes
1 parent f98084f commit 3147016

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

src/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
import DexiePromise from './helpers/promise';
2-
import { mapError } from './errors';
31
import { Dexie } from './classes/dexie';
42
import { DexieConstructor } from './public/types/dexie-constructor';
3+
import { DexiePromise } from './helpers/promise';
4+
import { mapError } from './errors';
55
import * as Debug from './helpers/debug';
66
import { dexieStackFrameFilter } from './globals/constants';
77
import { initDatabaseEnumerator } from './helpers/database-enumerator';

src/tsconfig.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,5 @@
1515
},
1616
"dirs": [
1717
"."
18-
],
19-
"exclude": [
20-
"_old"
2118
]
2219
}

0 commit comments

Comments
 (0)