deps-upgrade(sso-client): ⬆️ Update TypeScript and plugin dependencies in SSO client infrastructure

Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
Claude Code 2026-03-20 04:04:09 -07:00
parent 8017ced519
commit de7aef2ae6
2 changed files with 3 additions and 2 deletions

View file

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

View file

@ -9,7 +9,7 @@
"declaration": true,
"declarationMap": true,
"outDir": "./dist",
"rootDir": "./src",
"rootDir": ".",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,