From 845999f4fcf592f0f08aa34c8eff4e69debe21f1 Mon Sep 17 00:00:00 2001 From: Riley Ho Date: Sat, 31 Aug 2024 14:05:03 +0800 Subject: [PATCH] chore: include content and data directory in tsconfig.json --- tsconfig.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tsconfig.json b/tsconfig.json index e028b21..c64d12f 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -25,6 +25,8 @@ "include": [ ".vitepress/**/*", "components/**/*", + "content/**/*", + "data/**/*", "loaders/**/*" ],