From 7e23575978d68455e1ae926bea4391508e98b72c Mon Sep 17 00:00:00 2001 From: Joe Previte Date: Wed, 10 Mar 2021 12:23:36 -0700 Subject: [PATCH] chore: update code-server path in tsconfig --- test/unit/test-plugin/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/unit/test-plugin/tsconfig.json b/test/unit/test-plugin/tsconfig.json index 5afea81b..bb30a1ad 100644 --- a/test/unit/test-plugin/tsconfig.json +++ b/test/unit/test-plugin/tsconfig.json @@ -44,7 +44,7 @@ // "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": { - "code-server": ["../../typings/pluginapi"] + "code-server": ["../../../typings/pluginapi"] } /* A series of entries which re-map imports to lookup locations relative to the 'baseUrl'. */, // "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. */