waterwolf-auth/apps/frontend/next.config.mjs

9 lines
156 B
JavaScript
Raw Permalink Normal View History

/** @type {import('next').NextConfig} */
const nextConfig = {
typescript: {
tsconfigPath: './tsconfig.next.json',
},
};
export default nextConfig;