Skip to content

Commit

Permalink
[conf] do not build type definitions for rules
Browse files Browse the repository at this point in the history
  • Loading branch information
grasword committed Oct 14, 2023
1 parent 91c3295 commit 68a50a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/validator/tsconfig.build.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"extends": "./tsconfig.json",
"exclude": ["build", "**/*.test.ts", "vitest.config.ts"],
"exclude": ["build", "source/rules", "**/*.test.ts", "vitest.config.ts"],
"tsc-alias": {
"verbose": true,
"resolveFullPaths": true
Expand Down

0 comments on commit 68a50a7

Please sign in to comment.