next.js/test/e2e/tsconfig-path/next.config.ts
next.config.ts10 lines158 B
import type { NextConfig } from 'next'

const nextConfig: NextConfig = {
  typescript: {
    tsconfigPath: 'myconfig.json',
  },
}

export default nextConfig
Quest for Codev2.0.0
/
SIGN IN