mirror of
https://github.com/ankitects/anki.git
synced 2025-09-23 16:26:40 -04:00
add a missing references line in ts/graphs
This commit is contained in:
parent
c87ba7d426
commit
8d5cddb05c
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"extends": "../tsconfig.json",
|
||||
"include": ["*"],
|
||||
"references": [{ "path": "../lib" }]
|
||||
"references": [{ "path": "../lib" }, { "path": "../sveltelib" }]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue