overleaf/services/contacts/tsconfig.json
Andrew Rumble 71187a51ba Merge pull request #18289 from overleaf/ac-ar-eslint-return-await
Add ESLint rule @typescript-eslint/return-await to backend services

GitOrigin-RevId: 75e3e32597827fcc852e69d479515fc72e8f45e4
2024-05-27 10:22:49 +00:00

10 lines
155 B
JSON

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