Files
2026-06-25 08:39:47 +08:00

9 lines
171 B
TypeScript

import type { NextConfig } from 'next'
const nextConfig: NextConfig = {
reactStrictMode: true,
transpilePackages: ['../shared'],
}
export default nextConfig