Skip to content

Commit

Permalink
fix: tsconfig build (#27)
Browse files Browse the repository at this point in the history
fix: tsconfig by excluding plugin from build
  • Loading branch information
jakex7 authored Nov 10, 2024
1 parent 4974d4f commit 4c4053d
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 4c4053d

Please sign in to comment.