From 5b9905947a6683138025108459b3845311462413 Mon Sep 17 00:00:00 2001 From: Atul kumar <57915384+Atulkumar112@users.noreply.github.com> Date: Sat, 16 Sep 2023 12:51:08 +0530 Subject: [PATCH] Update setup.md Add double comma in comilerOptions --- docs/content/en/guide/setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/en/guide/setup.md b/docs/content/en/guide/setup.md index 5e4ca4719..2a4b8a128 100644 --- a/docs/content/en/guide/setup.md +++ b/docs/content/en/guide/setup.md @@ -69,7 +69,7 @@ Add `@nuxtjs/auth-next` to the `compilerOptions.types` section of your project's ```json{}[tsconfig.json] { - compilerOptions: { + "compilerOptions": { "types": [ "@nuxtjs/auth-next", ]