mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02:00
Merge pull request #18167 from overleaf/em-simpler-typescript-backend
Simpler Typescript setup in the backend GitOrigin-RevId: 3a90f26a5ac8029d14203faa98008375ce933e7d
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user