diff --git a/ts/graphs/tsconfig.json b/ts/graphs/tsconfig.json index 156ec7f9f..6ef6ea47c 100644 --- a/ts/graphs/tsconfig.json +++ b/ts/graphs/tsconfig.json @@ -1,5 +1,5 @@ { "extends": "../tsconfig.json", "include": ["*"], - "references": [{ "path": "../lib" }] + "references": [{ "path": "../lib" }, { "path": "../sveltelib" }] }