Add local typst packages
All checks were successful
CI / Typst formatting (push) Successful in 15s
CI / Typos (push) Successful in 18s
CI / Build (push) Successful in 13m16s

This commit is contained in:
2025-01-22 21:46:31 -08:00
parent 3b41ea714a
commit ede934369b
9 changed files with 22 additions and 9 deletions

View File

@ -1,4 +1,5 @@
{
"latex-workshop.latex.recipe.default": "latexmk (xelatex)",
"tinymist.formatterPrintWidth": 80
"tinymist.formatterPrintWidth": 80,
"tinymist.typstExtraArgs": ["--package-path=./lib/typst"]
}