Skip to content

Commit

Permalink
Added exclude to avoid compiling unnecessary files
Browse files Browse the repository at this point in the history
  • Loading branch information
nelak committed Sep 6, 2017
1 parent 785b274 commit eee1f4f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion examples/with-typescript/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,9 @@
"target": "es2015",
"jsx": "react",
"allowJs": true
}
},
"exclude":[
"node_modules",
"out/**"
]
}

0 comments on commit eee1f4f

Please sign in to comment.