From 9399e7bc26223b3e59d3c52c485be6d5696a4aeb Mon Sep 17 00:00:00 2001 From: Robert Soriano Date: Tue, 17 May 2022 18:29:07 -0700 Subject: [PATCH] update tsconfig --- tsconfig.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 93265a5..9dd826f 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,6 +1,3 @@ { - "extends": "./playground/.nuxt/tsconfig.json", - "compilerOptions": { - "types": ["nuxt/dist/app/composables/asyncData"] - } + "extends": "./playground/.nuxt/tsconfig.json" }