import type { NextConfig } from 'next'; const nextConfig: NextConfig = { output: 'standalone', transpilePackages: ['@mosaic/design-tokens'], }; export default nextConfig;