Skip to content

Commit

Permalink
Fix travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-yustyk authored and bashleigh committed Oct 19, 2018
1 parent 6356ad8 commit 9137d64
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,11 @@
"lib": ["es2017"]
},
"include": [
"src/**/*.ts"
"*.ts",
"**/*.ts"
],
"exclude": [
"./index.ts",
"node_modules",
"./**/*.spec.ts",
"examples"
Expand Down

0 comments on commit 9137d64

Please sign in to comment.