Merge pull request #16385 from overleaf/em-typescript-other-services

Add type checking to all services

GitOrigin-RevId: f328a811fca7a783e9aff7d015ea73756acededd
This commit is contained in:
Eric Mc Sween
2024-01-11 08:25:25 -05:00
committed by Copybot
parent a2da947a1f
commit f1b460ecea
37 changed files with 246 additions and 65 deletions

View File

@@ -35,6 +35,7 @@
"chai-as-promised": "^7.1.1",
"mocha": "^10.2.0",
"sandboxed-module": "^2.0.4",
"sinon": "^9.2.4"
"sinon": "^9.2.4",
"typescript": "^5.0.4"
}
}