📜  下一个 js 配置打字稿 - Javascript 代码示例

📅  最后修改于: 2022-03-11 15:02:24.236000             🧑  作者: Mango

代码示例1
// @ts-check

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

module.exports = nextConfig