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