7 lines
129 B
TypeScript
7 lines
129 B
TypeScript
/** @type {import('next').NextConfig} */
|
|
const nextConfig = {
|
|
transpilePackages: ["@basango/ui"],
|
|
}
|
|
|
|
export default nextConfig
|