yjs/README.v13.md
2018-11-26 16:59:01 +01:00

479 B

Yjs

A CRDT library with a powerful abstraction of shared data

Yjs v13 is a work in progress.

Typescript Declarations

Until this is fixed, the only way to get type declarations is by adding Yjs to the list of checked files:

{
  "checkJs": true,
  "include": [
    "./node_modules/yjs/"
  ]
  ..
}