Skip to content

Commit

Permalink
fix: tsconfig by excluding plugin from build
Browse files Browse the repository at this point in the history
  • Loading branch information
jakex7 committed Nov 10, 2024
1 parent 4974d4f commit 6d1d78e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.build.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"extends": "./tsconfig",
"exclude": ["example"]
"exclude": ["example", "plugin"]
}

0 comments on commit 6d1d78e

Please sign in to comment.