add a missing references line in ts/graphs
This commit is contained in:
parent
c87ba7d426
commit
8d5cddb05c
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"extends": "../tsconfig.json",
|
"extends": "../tsconfig.json",
|
||||||
"include": ["*"],
|
"include": ["*"],
|
||||||
"references": [{ "path": "../lib" }]
|
"references": [{ "path": "../lib" }, { "path": "../sveltelib" }]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user