Skip to content

Commit 7e23575

Browse files
committed
chore: update code-server path in tsconfig
1 parent 9ee2556 commit 7e23575

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/test-plugin/tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
// "moduleResolution": "node", /* Specify module resolution strategy: 'node' (Node.js) or 'classic' (TypeScript pre-1.6). */
4545
"baseUrl": "./" /* Base directory to resolve non-absolute module names. */,
4646
"paths": {
47-
"code-server": ["../../typings/pluginapi"]
47+
"code-server": ["../../../typings/pluginapi"]
4848
} /* A series of entries which re-map imports to lookup locations relative to the 'baseUrl'. */,
4949
// "rootDirs": [], /* List of root folders whose combined content represents the structure of the project at runtime. */
5050
// "typeRoots": [], /* List of folders to include type definitions from. */

0 commit comments

Comments
 (0)