mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
Add svelte lib as bazel dependency
This commit is contained in:
parent
c72e9e5329
commit
b9fa68673d
1 changed files with 1 additions and 0 deletions
|
@ -30,6 +30,7 @@ ts_library(
|
||||||
"GraphsPage",
|
"GraphsPage",
|
||||||
"lib",
|
"lib",
|
||||||
"//ts/lib",
|
"//ts/lib",
|
||||||
|
"@npm//svelte",
|
||||||
"@npm//svelte2tsx",
|
"@npm//svelte2tsx",
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue