platform-codebase/e2e/prod-auth/tsconfig.json
Lilith abba006dbb chore(e2e-auth): 🔧 Update test dependencies and configurations for auth flow validation
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-01-29 23:01:19 -08:00

12 lines
277 B
JSON

{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"outDir": "./dist",
"rootDir": "./tests",
"module": "ESNext",
"moduleResolution": "bundler",
"noEmit": true
},
"include": ["tests/**/*", "fixtures/**/*"],
"exclude": ["node_modules"]
}