mirror of
https://github.com/ankitects/anki.git
synced 2025-11-07 13:17:12 -05:00
Satisfy svelte_check
This commit is contained in:
parent
c074ca9159
commit
5761d19c64
1 changed files with 3 additions and 1 deletions
|
|
@ -132,10 +132,12 @@ svelte_check(
|
||||||
"*.ts",
|
"*.ts",
|
||||||
"*.svelte",
|
"*.svelte",
|
||||||
]) + [
|
]) + [
|
||||||
|
"//ts/sass:button_mixins_lib",
|
||||||
|
"//ts/sass/bootstrap",
|
||||||
"@npm//@types/bootstrap",
|
"@npm//@types/bootstrap",
|
||||||
"@npm//@types/lodash-es",
|
"@npm//@types/lodash-es",
|
||||||
"@npm//@types/marked",
|
"@npm//@types/marked",
|
||||||
"//ts/components:svelte_components",
|
"//ts/components",
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue