mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04: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",
|
||||
"*.svelte",
|
||||
]) + [
|
||||
"//ts/sass:button_mixins_lib",
|
||||
"//ts/sass/bootstrap",
|
||||
"@npm//@types/bootstrap",
|
||||
"@npm//@types/lodash-es",
|
||||
"@npm//@types/marked",
|
||||
"//ts/components:svelte_components",
|
||||
"//ts/components",
|
||||
],
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue