Skip to content

Commit

Permalink
add viteconfig to build exclusion
Browse files Browse the repository at this point in the history
  • Loading branch information
Sawyer Burnett committed Mar 18, 2024
1 parent 90ee89c commit 74cb74f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/groq-builder/tsconfig.build.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
"declaration": true,
"sourceMap": true
},
"exclude": ["**/*.test.ts", "dist/**"]
"exclude": ["**/*.test.ts", "dist/**", "vitest.config.ts"]
}

0 comments on commit 74cb74f

Please sign in to comment.