platform-codebase/features/email/backend-api/test/tsconfig.json
Lilith 72be8a062a chore(email): 🔧 Update TypeScript compiler options in email backend test config
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-01-29 19:02:27 -08:00

12 lines
251 B
JSON

{
"extends": "../tsconfig.json",
"compilerOptions": {
"baseUrl": "../",
"paths": {
"@/*": ["src/*"]
},
"types": ["jest", "node", "supertest"]
},
"include": ["./**/*.ts", "../src/**/*.ts"],
"exclude": ["node_modules"]
}