Skip to content

Commit

Permalink
chore: exclude docs from TS
Browse files Browse the repository at this point in the history
  • Loading branch information
huang-julien committed Sep 15, 2024
1 parent 5c4dbbe commit 04c4833
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"extends": "./.nuxt/tsconfig.json",
"exclude": [
"./playground"
"./playground",
"./docs/**",
]
}

0 comments on commit 04c4833

Please sign in to comment.