senal88's picture
chore: deploy web_comercial from monorepo
933fa00 verified
raw
history blame contribute delete
216 Bytes
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
transpilePackages: ["@simulador-consorcio/simulation-engine"],
experimental: {
externalDir: true,
},
};
export default nextConfig;