diff --git a/tsconfig.json b/tsconfig.json index fa6acde..6cd6bd3 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -38,8 +38,6 @@ "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": ["../yjs/src/index.js"], - "lib0/*": ["../lib0/*"], "y-protocols/*": ["../y-protocols/*"] }, // "rootDirs": [], /* List of root folders whose combined content represents the structure of the project at runtime. */