feat(emigrate): add support for reading config from emigrate.config.js (and others)

Also add a new "extension" option for generating empty migration files with the right file extension.
This commit is contained in:
Joakim Carlstein 2023-11-14 16:19:36 +01:00
parent ff822a156d
commit aa878003b9
10 changed files with 94 additions and 14 deletions

View file

@ -24,6 +24,7 @@
"noUnusedLocals": true,
"noUnusedParameters": true,
"preserveWatchOutput": true,
"preserveSymlinks": true,
"resolveJsonModule": false,
"skipLibCheck": true,
"sourceMap": true,