From c3b41b144246313c5471a4a0875578a212d9b8ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sadjow=20Le=C3=A3o?= Date: Tue, 26 Sep 2023 09:24:57 -0300 Subject: [PATCH] Fix relative path in tsconfig.json This fixes the typescript config. --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 4b34df15..9dd826f9 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,3 +1,3 @@ { - "extends": "./.nuxt/tsconfig.json" + "extends": "./playground/.nuxt/tsconfig.json" }