File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
test/integration/test-plugin Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 1
- // TODO@jsjoeio - how do I fix this?
2
- // @ts -ignore - we know code-server exists
3
1
import * as cs from "code-server"
4
2
import * as fspath from "path"
5
3
Original file line number Diff line number Diff line change 44
44
// "moduleResolution": "node", /* Specify module resolution strategy: 'node' (Node.js) or 'classic' (TypeScript pre-1.6). */
45
45
"baseUrl" : " ./" /* Base directory to resolve non-absolute module names. */ ,
46
46
"paths" : {
47
- "code-server" : [" ../../../../ typings/pluginapi" ]
47
+ "code-server" : [" ../../../typings/pluginapi" ]
48
48
} /* A series of entries which re-map imports to lookup locations relative to the 'baseUrl'. */ ,
49
49
// "rootDirs": [], /* List of root folders whose combined content represents the structure of the project at runtime. */
50
50
// "typeRoots": [], /* List of folders to include type definitions from. */
You can’t perform that action at this time.
0 commit comments