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