Skip to content

Commit

Permalink
Exclude stray dist folders and website from tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
markerikson committed Dec 10, 2024
1 parent b275a32 commit d23509b
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
Expand Up @@ -8,5 +8,6 @@
"checkJs": true,
"rootDir": "."
},
"include": ["."]
"include": ["."],
"exclude": ["dist*", "examples", "website"]
}

0 comments on commit d23509b

Please sign in to comment.