const config = { development: { migrations: { extension: "ts", stub: "migrations/migration.stub", }, }, }; export default config;