Skip to content

Commit

Permalink
chore: include content and data directory in tsconfig.json
Browse files Browse the repository at this point in the history
  • Loading branch information
rileychh committed Aug 31, 2024
1 parent b82c60b commit 845999f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@
"include": [
".vitepress/**/*",
"components/**/*",
"content/**/*",
"data/**/*",
"loaders/**/*"
],

Expand Down

0 comments on commit 845999f

Please sign in to comment.