platform-codebase/features/sso/backend-api/tsconfig.build.json
Lilith 3400f623b2 chore(src): 🔧 Update test fixture (real-auth-fixture.ts) and documentation files
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-01-29 23:29:27 -08:00

4 lines
121 B
JSON

{
"extends": "./tsconfig.json",
"exclude": ["node_modules", "dist", "test", "**/*.spec.ts", "**/*.test.ts", "e2e"]
}