Skip to content

Commit f7dd9a6

Browse files
committed
fixup!: fix plugin typings
1 parent 88119c2 commit f7dd9a6

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

test/integration/test-plugin/src/index.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
// TODO@jsjoeio - how do I fix this?
2-
// @ts-ignore - we know code-server exists
31
import * as cs from "code-server"
42
import * as fspath from "path"
53

test/integration/test-plugin/tsconfig.json

Lines changed: 1 addition & 1 deletion
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)