diff --git a/tsconfig.json b/tsconfig.json index 29c144e..1fc5563 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,12 +1,11 @@ { - "extends": [ "./.nuxt/tsconfig.json", - "./docs/.nuxt/tsconfig.json", ], "exclude": [ "dist", "node_modules", "playground", + "docs" ] }