yjs/README.new.md
2018-11-25 22:39:50 +01:00

277 B

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/"
  ]
  ..
}