diff --git a/src/headless/tsconfig.json b/src/headless/tsconfig.json index e48c4fd5..ae518a7e 100644 --- a/src/headless/tsconfig.json +++ b/src/headless/tsconfig.json @@ -12,7 +12,8 @@ ], "baseUrl": "../", "paths": { - "common/*": [ "./common/*" ] + "common/*": [ "./common/*" ], + "vs/*": [ "./vs/*" ] } }, "include": [ @@ -21,6 +22,7 @@ "../../typings/xterm-headless.d.ts" ], "references": [ - { "path": "../common" } + { "path": "../common" }, + { "path": "../vs" } ] }