/** @type {import('next').NextConfig} */ const nextConfig = { transpilePackages: ["@nexarch/shl"], }; export default nextConfig;