diff --git a/packages/next/lib/typescript/writeAppTypeDeclarations.ts b/packages/next/lib/typescript/writeAppTypeDeclarations.ts index 10994fcff3d8d..3a8942a3f790f 100644 --- a/packages/next/lib/typescript/writeAppTypeDeclarations.ts +++ b/packages/next/lib/typescript/writeAppTypeDeclarations.ts @@ -21,6 +21,7 @@ export async function writeAppTypeDeclarations( os.EOL + '// NOTE: This file should not be edited' + os.EOL + - '// see https://nextjs.org/docs/basic-features/typescript for more information.' + '// see https://nextjs.org/docs/basic-features/typescript for more information.' + + os.EOL ) }