Files
overleaf-cep/services/notifications/tsconfig.json
Andrew Rumble 0a845b3f06 Switch to using vitest for tests
GitOrigin-RevId: 0e448010848011883f8843b6d3280e767cea932e
2025-09-12 08:07:25 +00:00

14 lines
216 B
JSON

{
"extends": "../../tsconfig.backend.json",
"include": [
"app.js",
"vitest.config.cjs",
"app/js/**/*",
"benchmarks/**/*",
"config/**/*",
"scripts/**/*",
"test/**/*",
"types"
]
}