From 8d5cddb05cd801b3d70aad450ee381ff21748f05 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Thu, 4 Nov 2021 14:56:50 +1000 Subject: [PATCH] add a missing references line in ts/graphs --- ts/graphs/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" }] }