From 2947cf706e8141ca100647b00bce8f00dd835524 Mon Sep 17 00:00:00 2001 From: hywax Date: Thu, 18 Jul 2024 16:38:39 +0500 Subject: [PATCH] fix: types not resolving --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 4b34df1..9dd826f 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,3 +1,3 @@ { - "extends": "./.nuxt/tsconfig.json" + "extends": "./playground/.nuxt/tsconfig.json" }