From 3bba2c7ede669102f889e4900beb17a27a03deff Mon Sep 17 00:00:00 2001 From: Luke Vella Date: Fri, 24 Nov 2023 22:06:25 +0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A8=20Fix=20references=20to=20old=20ts?= =?UTF-8?q?config?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/ui/tsconfig.json | 2 +- packages/utils/tsconfig.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/ui/tsconfig.json b/packages/ui/tsconfig.json index c882e0f8e..28ad7958c 100644 --- a/packages/ui/tsconfig.json +++ b/packages/ui/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@rallly/tsconfig/react-library", + "extends": "@rallly/tsconfig/react.json", "compilerOptions": { "baseUrl": ".", "paths": { diff --git a/packages/utils/tsconfig.json b/packages/utils/tsconfig.json index 927e6c755..e3a00416e 100644 --- a/packages/utils/tsconfig.json +++ b/packages/utils/tsconfig.json @@ -1,4 +1,4 @@ { - "extends": "@rallly/tsconfig/react-library.json", + "extends": "@rallly/tsconfig/react.json", "include": ["**/*.ts", "**/*.tsx"] }