Skip to content

Commit

Permalink
makes build to pass in new react 3.x builder
Browse files Browse the repository at this point in the history
  • Loading branch information
tlgimenes authored and rogerlucena committed Apr 2, 2019
1 parent f295fc1 commit 83f60e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion react/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@
"typeAcquisition": {
"enable": false
},
"exclude": ["node_modules"],
"exclude": ["node_modules", "./**/*__mocks__", "./**/*__tests__"],
"include": ["./typings/*.d.ts", "./**/*.tsx"]
}

0 comments on commit 83f60e6

Please sign in to comment.