mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-14 01:53:55 +00:00
5 lines
137 B
TypeScript
5 lines
137 B
TypeScript
// For pnpm typecheck:docs to generate correct types
|
|
export default defineNuxtConfig({
|
|
pages: process.env.DOCS_TYPECHECK === 'true'
|
|
})
|