From 8316e6027129007c0464f0124dfa5d3448591639 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Corr=C3=AAa=20Chaves?= Date: Tue, 12 Mar 2024 22:25:07 -0300 Subject: [PATCH] fix path to typescript config --- examples/with-tailwind/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/with-tailwind/tsconfig.json b/examples/with-tailwind/tsconfig.json index 6b7962de03747..4c598ac8a4bc3 100644 --- a/examples/with-tailwind/tsconfig.json +++ b/examples/with-tailwind/tsconfig.json @@ -1,3 +1,3 @@ { - "extends": "tsconfig/base.json" + "extends": "./packages/config-typescript/base.json" }