Skip to content

Commit

Permalink
fix(typescript): explicitly include global types
Browse files Browse the repository at this point in the history
fix #762
  • Loading branch information
yyx990803 committed Feb 2, 2018
1 parent db175bb commit 31c1261
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
"allowSyntheticDefaultImports": true,
"sourceMap": true,
"baseUrl": ".",
<%_if (isTest) { _%>
"types": [
"node",
<%_ if (hasMocha) { _%>
Expand All @@ -22,7 +21,6 @@
"jest"
<%_ } _%>
],
<%_ } _%>
"paths": {
"@/*": [
"src/*"
Expand Down

0 comments on commit 31c1261

Please sign in to comment.