typedRoutes静的に型付けされたリンクの実験的サポート。この機能は、App RouterとTypeScriptをプロジェクトで使用することが必要です。 next.config.js/** @type {import('next').NextConfig} */ const nextConfig = { experimental: { typedRoutes: true, }, } module.exports = nextConfigPreviousturboNexttypescript