const path = require("path"); require("ts-node/register"); require("tsconfig-paths/register"); module.exports = { config: path.resolve("src/config/config.ts"), "models-path": path.resolve("src/models"), "migrations-path": path.resolve("src/migrations"), "seeders-path": path.resolve("src/seeders") };