mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-05 07:09:02 +02:00
Merge pull request #16385 from overleaf/em-typescript-other-services
Add type checking to all services GitOrigin-RevId: f328a811fca7a783e9aff7d015ea73756acededd
This commit is contained in:
@@ -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,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/**/*",
|
||||
|
||||
Reference in New Issue
Block a user