From c056e34214383989deb97955a2fa554b2c5f89ce Mon Sep 17 00:00:00 2001 From: Zihan Chen Date: Fri, 25 Nov 2022 20:26:46 +0800 Subject: [PATCH] Update setup.md --- 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", ]