add a missing references line in ts/graphs

This commit is contained in:
Damien Elmes 2021-11-04 14:56:50 +10:00
parent d654a57a90
commit bb427c9d26

View file

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