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.
2 parents 296fede + dd08fb6 commit 6bb851bCopy full SHA for 6bb851b
.gitignore
@@ -1,5 +1,3 @@
1
-# See https://help.github.com/ignore-files/ for more about ignoring files.
2
-
3
# dependencies
4
node_modules/
5
src/index.ts
@@ -1,3 +1,4 @@
export { MassiveActionHandler } from './MassiveActionHandler'
export { Migration } from './Migration'
export { MigrationRunner } from './MigrationRunner'
+export { MigrationSequence } from './interfaces'
tsconfig.json
@@ -2,8 +2,9 @@
"compilerOptions": {
"target": "es6",
"module": "commonjs",
- "declaration": true,
+ "declaration": true,
6
"outDir": "dist",
7
+ "sourceMap": true,
8
9
"strict": true,
10
"noImplicitAny": true,
typings.d.ts
0 commit comments