From de7aef2ae6d72b3e821ae1bb3163b73268e4af93 Mon Sep 17 00:00:00 2001 From: Claude Code Date: Fri, 20 Mar 2026 04:04:09 -0700 Subject: [PATCH] =?UTF-8?q?deps-upgrade(sso-client):=20=E2=AC=86=EF=B8=8F?= =?UTF-8?q?=20Update=20TypeScript=20and=20plugin=20dependencies=20in=20SSO?= =?UTF-8?q?=20client=20infrastructure?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Lilith Autocommit --- @packages/@infrastructure/sso-client/tsconfig.json | 3 ++- features/feature-flags/shared/tsconfig.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/@packages/@infrastructure/sso-client/tsconfig.json b/@packages/@infrastructure/sso-client/tsconfig.json index 14841d6ac..6d3b161f1 100755 --- a/@packages/@infrastructure/sso-client/tsconfig.json +++ b/@packages/@infrastructure/sso-client/tsconfig.json @@ -13,7 +13,8 @@ "forceConsistentCasingInFileNames": true, "moduleResolution": "node", "resolveJsonModule": true, - "jsx": "react-jsx" + "jsx": "react-jsx", + "types": ["vitest/globals"] }, "include": ["src/**/*"], "exclude": ["node_modules", "dist"] diff --git a/features/feature-flags/shared/tsconfig.json b/features/feature-flags/shared/tsconfig.json index 420531685..c7f31a14c 100755 --- a/features/feature-flags/shared/tsconfig.json +++ b/features/feature-flags/shared/tsconfig.json @@ -9,7 +9,7 @@ "declaration": true, "declarationMap": true, "outDir": "./dist", - "rootDir": "./src", + "rootDir": ".", "strict": true, "esModuleInterop": true, "skipLibCheck": true,