Skip to content

Commit

Permalink
fix: exclude bin folder from typechek
Browse files Browse the repository at this point in the history
  • Loading branch information
wazolab committed Sep 26, 2024
1 parent e97bab6 commit f9711b1
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,4 +1,5 @@
{
// https://nuxt.com/docs/guide/concepts/typescript
"extends": "./.nuxt/tsconfig.json"
"extends": "./.nuxt/tsconfig.json",
"exclude": ["bin"]
}

0 comments on commit f9711b1

Please sign in to comment.