From 317cce9314ad78d90714dc55aa82a2c3dfa75d1a Mon Sep 17 00:00:00 2001
From: Jacky Zhao <j.zhao2k19@gmail.com>
Date: Thu, 08 Jun 2023 05:27:32 +0000
Subject: [PATCH] generic quartz component for layout

---
 quartz/bootstrap-cli.mjs |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/quartz/bootstrap-cli.mjs b/quartz/bootstrap-cli.mjs
index be6270e..f9b5304 100755
--- a/quartz/bootstrap-cli.mjs
+++ b/quartz/bootstrap-cli.mjs
@@ -74,6 +74,7 @@
               const transpiled = await esbuild.build({
                 stdin: {
                   contents: text,
+                  loader: 'ts',
                   sourcefile: path.relative(path.resolve('.'), args.path),
                 },
                 write: false,

--
Gitblit v1.10.0