Skip to content

Commit

Permalink
chore: 🔧 expand exclude patterns in tsconfig.json to include addition…
Browse files Browse the repository at this point in the history
…al test and story files
  • Loading branch information
andrewdyer committed Feb 15, 2025
1 parent 294f27c commit 3c01f0c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,11 @@
"types": ["jest", "@testing-library/jest-dom"]
},
"include": ["src"],
"exclude": ["**/*.stories.tsx", "**/*.test.tsx", "dist"]
"exclude": [
"dist",
"**/*.stories.ts",
"**/*.stories.tsx",
"**/*.test.ts",
"**/*.test.tsx"
]
}

0 comments on commit 3c01f0c

Please sign in to comment.