deps-upgrade(sso): ⬆️ Update TypeScript compiler options and critical SSO dependencies to resolve module resolution and enforce build consistency

Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
Lilith 2026-02-25 16:06:36 -08:00
parent 7b08ea9db1
commit 296a68989a

View file

@ -4,10 +4,11 @@
"outDir": "./dist",
"baseUrl": "./",
"paths": {
"@features/bot-defense-backend-api": ["../../bot-defense/backend-api/src/index.ts"],
"@/common/*": ["src/common/*"],
"@/*": ["src/features/*"]
}
},
"include": ["src/**/*"],
"include": ["src/**/*", "../../bot-defense/backend-api/src/**/*"],
"exclude": ["node_modules", "dist", "**/*.spec.ts", "**/*.test.ts"]
}