Merge pull request #18167 from overleaf/em-simpler-typescript-backend

Simpler Typescript setup in the backend

GitOrigin-RevId: 3a90f26a5ac8029d14203faa98008375ce933e7d
This commit is contained in:
Eric Mc Sween
2024-05-06 07:57:39 -04:00
committed by Copybot
parent 5da8662fa8
commit e87df4a791
43 changed files with 63 additions and 155 deletions

View File

@@ -48,10 +48,7 @@ lint:
lint_fix:
$(RUN_LINTING) lint:fix
build_types:
$(RUN_LINTING_MONOREPO) --workspaces --if-present types:build
typecheck: build_types
typecheck:
$(RUN_LINTING) types:check
test: format lint typecheck test_unit test_acceptance

View File

@@ -1,4 +1,4 @@
import { TrackingPropsRawData } from 'overleaf-editor-core/types/lib/types'
import { TrackingPropsRawData } from 'overleaf-editor-core/lib/types'
/**
* An update coming from the editor