diff --git a/server/tsconfig.json b/server/tsconfig.json index 2f49bfa..78394c7 100644 --- a/server/tsconfig.json +++ b/server/tsconfig.json @@ -1,7 +1,7 @@ { - "extends": "../.nuxt/tsconfig.server.json", - "compilerOptions": { - "allowJs": true, - "outDir": "../out" - } + "extends": "../.nuxt/tsconfig.server.json", + "compilerOptions": { + "allowJs": true, + "outDir": "../out" + } } diff --git a/tsconfig.json b/tsconfig.json index b5831f0..41592b5 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,9 +1,9 @@ { - // https://nuxt.com/docs/guide/concepts/typescript - "compilerOptions": { - "allowJs": true, - "noImplicitAny": false - }, - "extends": "./.nuxt/tsconfig.json", - + // https://nuxt.com/docs/guide/concepts/typescript + "compilerOptions": { + "allowJs": true, + "noImplicitAny": false, + "noImplicitThis": false + }, + "extends": "./.nuxt/tsconfig.json" }