Standardise types for ranges (#16927)

GitOrigin-RevId: 28dd0eb67e1684e6bd0e452d15315ce1f9e3481a
This commit is contained in:
Alf Eaton
2024-02-08 10:10:46 +00:00
committed by Copybot
parent c997d1dc2b
commit 7b3ffb9fae
13 changed files with 171 additions and 185 deletions

View File

@@ -2,8 +2,10 @@
"name": "@overleaf/ranges-tracker",
"description": "Shared logic for syncing comments and tracked changes with operational transforms",
"main": "index.cjs",
"types": "types/index.d.cts",
"files": [
"index.cjs"
"index.cjs",
"types"
],
"author": "Overleaf (https://www.overleaf.com)",
"private": true,