Skip to content

Commit 4c4053d

Browse files
authored
fix: tsconfig build (#27)
fix: tsconfig by excluding plugin from build
1 parent 4974d4f commit 4c4053d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.build.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"extends": "./tsconfig",
3-
"exclude": ["example"]
3+
"exclude": ["example", "plugin"]
44
}

0 commit comments

Comments
 (0)