diff --git a/tsconfig.json b/tsconfig.json index 9ddd4ba..ca44d8b 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,5 +1,6 @@ { // https://nuxt.com/docs/guide/concepts/typescript + "extends": "./.nuxt/tsconfig.json", "compilerOptions": { "allowJs": true, "noImplicitAny": false, @@ -9,6 +10,5 @@ // "@dbconfig": ["./lib/dbconfig.ts"], // "@functions": ["./lib/functions.ts"] // } - }, - "extends": "./.nuxt/tsconfig.json" + } }