import type { NextConfig } from "next"; const config: NextConfig = { reactStrictMode: true, typedRoutes: false, turbopack: { root: __dirname, }, }; export default config;