Skip to content

Commit

Permalink
add ts exclude to init templates
Browse files Browse the repository at this point in the history
  • Loading branch information
slorber committed Nov 14, 2024
1 parent def8648 commit 8514005
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
"compilerOptions": {
"baseUrl": "."
},
"exclude": ["build", ".docusaurus"]
"exclude": [".docusaurus", "build"]
}

0 comments on commit 8514005

Please sign in to comment.