add a missing references line in ts/graphs

This commit is contained in:
Damien Elmes 2021-11-04 14:56:50 +10:00
parent c87ba7d426
commit 8d5cddb05c

View File

@ -1,5 +1,5 @@
{
"extends": "../tsconfig.json",
"include": ["*"],
"references": [{ "path": "../lib" }]
"references": [{ "path": "../lib" }, { "path": "../sveltelib" }]
}