fix ts-linting
This commit is contained in:
parent
96c453b2da
commit
19448bc40c
1 changed files with 0 additions and 2 deletions
|
@ -38,8 +38,6 @@
|
||||||
"moduleResolution": "node", /* Specify module resolution strategy: 'node' (Node.js) or 'classic' (TypeScript pre-1.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. */
|
"baseUrl": "./", /* Base directory to resolve non-absolute module names. */
|
||||||
"paths": {
|
"paths": {
|
||||||
"yjs": ["../yjs/src/index.js"],
|
|
||||||
"lib0/*": ["../lib0/*"],
|
|
||||||
"y-protocols/*": ["../y-protocols/*"]
|
"y-protocols/*": ["../y-protocols/*"]
|
||||||
},
|
},
|
||||||
// "rootDirs": [], /* List of root folders whose combined content represents the structure of the project at runtime. */
|
// "rootDirs": [], /* List of root folders whose combined content represents the structure of the project at runtime. */
|
||||||
|
|
Loading…
Reference in a new issue