Skip to content

Commit

Permalink
fix: config build
Browse files Browse the repository at this point in the history
  • Loading branch information
Viraj Ajay Joshi authored and Viraj Ajay Joshi committed Feb 27, 2024
1 parent ffde7bd commit 42ad61a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/config/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"include": ["./src"],
"exclude": ["node_modules", "example"],
"exclude": ["node_modules", "example", "./src/components"],
"compilerOptions": {
"noEmit": false,
"declaration": true,
Expand Down

0 comments on commit 42ad61a

Please sign in to comment.