/** @type {import('next').NextConfig} */ const nextConfig = { transpilePackages: ["@duoc-thu/shared-types", "@duoc-thu/ui", "@duoc-thu/api-client"], }; module.exports = nextConfig;