Skip to content

Commit

Permalink
fix: build error fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Miever1 committed Nov 2, 2024
1 parent afa4f2c commit 814f31a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tsconfig.build.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
"skipLibCheck": true,
"strict": true
},
"include": ["src/components/**/*"],
"exclude": ["node_modules","**/*.stories.tsx", "**/*.test.tsx"]
"include": ["src/Components/**/*"],
"exclude": ["node_modules", "**/*.stories.tsx", "**/*.test.tsx"]
}

0 comments on commit 814f31a

Please sign in to comment.