Skip to content

Commit

Permalink
Fix tsconfig.json.
Browse files Browse the repository at this point in the history
I'm uncertain why this is showing up on this branch, but for more
details, see:

#2055 (comment)
  • Loading branch information
toolness committed Aug 22, 2017
1 parent 1d3ec28 commit fcd7995
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@
"noUnusedLocals": true,
"noUnusedParameters": true,
"noImplicitAny": true,
"strictNullChecks": true
"strictNullChecks": true,
"types": [
"node"
]
},
"include": [
"src/js/utils/select.js"
Expand Down

0 comments on commit fcd7995

Please sign in to comment.