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

@@ -45,7 +45,10 @@ lint:
lint_fix:
$(RUN_LINTING) lint:fix
test: format lint test_unit test_acceptance
typecheck:
$(RUN_LINTING) typecheck
test: format lint typecheck test_unit test_acceptance
test_unit:
ifneq (,$(wildcard test/unit))