From e3ceb47029aae17102da9a684dab025a897bc189 Mon Sep 17 00:00:00 2001 From: Christian Rackerseder Date: Fri, 14 Jun 2024 12:12:05 +0200 Subject: [PATCH] Use vue-tsc instead of tsc --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/justfile b/justfile index 50a41a1d..cc414987 100644 --- a/justfile +++ b/justfile @@ -8,7 +8,7 @@ lint: npx jscpd source @compile: - npx tsc + npx vue-tsc --noEmit @develop $FORCE_COLOR="1": npx tsx ./source/start-develop.ts