Skip to content

Commit

Permalink
fix: include types
Browse files Browse the repository at this point in the history
  • Loading branch information
Meemaw committed Dec 27, 2020
1 parent 741fae3 commit f6c5663
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.build.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"compilerOptions": {
"jsx": "react"
},
"exclude": ["src/__tests__", "src/stories", "dist", "rollup"]
"exclude": ["src/test", "src/stories", "dist", "rollup", "jest.config.ts"]
}

0 comments on commit f6c5663

Please sign in to comment.