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"] }