diff --git a/.vscode/settings.json b/.vscode/settings.json index 3ffeeffd70..3fbb4ab257 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,5 +1,5 @@ { - "typescript.tsdk": "node_modules/.pnpm/typescript@4.9.5/node_modules/typescript/lib", + "typescript.tsdk": "node_modules/typescript/lib", "typescript.enablePromptUseWorkspaceTsdk": true, "editor.codeActionsOnSave": { "source.fixAll": true, diff --git a/app/[page]/layout.tsx b/app/[page]/layout.tsx index 3339a5b1ad..e6d2b7dce7 100644 --- a/app/[page]/layout.tsx +++ b/app/[page]/layout.tsx @@ -9,7 +9,6 @@ export default function Layout({ children }: { children: React.ReactNode }) { {children} - {/* @ts-expect-error Server Component */}