Skip to content

Commit

Permalink
🔧 chore: update tsconfig to exclude docs directory
Browse files Browse the repository at this point in the history
  • Loading branch information
HoshinoSuzumi committed Nov 19, 2024
1 parent 6e22ccc commit 339cb86
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
{

"extends": [
"./.nuxt/tsconfig.json",
"./docs/.nuxt/tsconfig.json",
],
"exclude": [
"dist",
"node_modules",
"playground",
"docs"
]
}

0 comments on commit 339cb86

Please sign in to comment.