Skip to content

Commit

Permalink
chore: fix tsc not checking .vitepress
Browse files Browse the repository at this point in the history
  • Loading branch information
rileychh committed Aug 28, 2024
1 parent 9347035 commit a8478a3
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,10 @@
"noEmit": true,
"isolatedModules": true,
"skipLibCheck": true
}
},
"include": [
".vitepress/**/*",
"components/**/*",
"loaders/**/*"
]
}

0 comments on commit a8478a3

Please sign in to comment.