Files
overleaf-cep/services/notifications/tsconfig.json
Andrew Rumble e8c84a0c02 Add helpers and prepare for importing them
GitOrigin-RevId: 115c5ba3160a4cc3751ae26c232a85fed6b42baf
2025-09-24 08:05:33 +00:00

18 lines
324 B
JSON

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