diff --git a/tsconfig.json b/tsconfig.json index b559176..7682d2d 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -38,7 +38,9 @@ "moduleResolution": "node", /* Specify module resolution strategy: 'node' (Node.js) or 'classic' (TypeScript pre-1.6). */ "baseUrl": "./", /* Base directory to resolve non-absolute module names. */ "paths": { - "yjs": ["node_modules/yjs/src/index.js"] + "yjs": ["node_modules/yjs/src/index.js"], + "lib0/*": ["node_modules/lib0/*"], + "y-protocols/*": ["node_modules/y-protocols/*"] }, // "rootDirs": [], /* List of root folders whose combined content represents the structure of the project at runtime. */ // "typeRoots": [], /* List of folders to include type definitions from. */