We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ee2556 commit 7e23575Copy full SHA for 7e23575
test/unit/test-plugin/tsconfig.json
@@ -44,7 +44,7 @@
44
// "moduleResolution": "node", /* Specify module resolution strategy: 'node' (Node.js) or 'classic' (TypeScript pre-1.6). */
45
"baseUrl": "./" /* Base directory to resolve non-absolute module names. */,
46
"paths": {
47
- "code-server": ["../../typings/pluginapi"]
+ "code-server": ["../../../typings/pluginapi"]
48
} /* A series of entries which re-map imports to lookup locations relative to the 'baseUrl'. */,
49
// "rootDirs": [], /* List of root folders whose combined content represents the structure of the project at runtime. */
50
// "typeRoots": [], /* List of folders to include type definitions from. */
0 commit comments