Spaces:
Sleeping
Sleeping
| import type { NextConfig } from "next"; | |
| const nextConfig: NextConfig = { | |
| transpilePackages: ["@simulador-consorcio/simulation-engine"], | |
| experimental: { | |
| externalDir: true, | |
| }, | |
| }; | |
| export default nextConfig; | |