diff --git a/tsconfig.json b/tsconfig.json index 22b03ad3..5546ac7f 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,14 +1,3 @@ { - "extends": "./docs/.nuxt/tsconfig.json", - "compilerOptions": { - "module": "esnext" - }, - "include": [ - "./**/*", - "./docs/.nuxt/nuxt.d.ts" - ], - "exclude": [ - "node_modules", - "dist" - ] + "extends": "./docs/.nuxt/tsconfig.json" }