Satisfy svelte_check

This commit is contained in:
Henrik Giesel 2021-05-25 19:34:19 +02:00 committed by Damien Elmes
parent c074ca9159
commit 5761d19c64

View file

@ -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",
], ],
) )