Answers for "next js config typescript"

0

next js config typescript

// @ts-check

/**
 * @type {import('next').NextConfig}
 **/
const nextConfig = {
  /* config options here */
}

module.exports = nextConfig
Posted by: Guest on September-01-2021

Code answers related to "Javascript"

Browse Popular Code Answers by Language