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 b5b62b4b41
commit e76c2bd04d
37 changed files with 246 additions and 65 deletions
+1
View File
@@ -49,6 +49,7 @@ FROM deps as dev
ARG SENTRY_RELEASE
ENV SENTRY_RELEASE=$SENTRY_RELEASE
COPY tsconfig.backend.json /overleaf/
COPY services/web /overleaf/services/web
# Build the latex parser
+1 -9
View File
@@ -1,13 +1,5 @@
{
"compilerOptions": {
"allowJs": true,
"esModuleInterop": true,
"moduleResolution": "node",
"noEmit": true,
"noImplicitAny": false,
"skipLibCheck": true,
"strict": true
},
"extends": "../../tsconfig.backend.json",
"include": [
"app/src/**/*",
"modules/*/app/src/**/*",