Skip to content

Commit

Permalink
build(tsc): 🔧 remove tests & types from build types
Browse files Browse the repository at this point in the history
  • Loading branch information
navin-moorthy committed Sep 30, 2020
1 parent dd90db4 commit 0222f0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@
"resolveJsonModule": true,
"types": ["node", "jest", "@testing-library/jest-dom"]
},
"exclude": ["node_modules", "dist"]
"exclude": ["node_modules", "dist", "**/*/stories", "**/*/__tests__"]
}

0 comments on commit 0222f0e

Please sign in to comment.