From 41bf56f2aeca6649a211609020efb05401f80956 Mon Sep 17 00:00:00 2001 From: Benjamin Canac Date: Fri, 3 Feb 2023 18:04:30 +0100 Subject: [PATCH] chore(tsconfig): remove override --- tsconfig.json | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) 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" }