Skip to content

Commit

Permalink
Upgrade TypeScript ECMAScript support from es7 (= ECMAScript 2016) to…
Browse files Browse the repository at this point in the history
… es2017 (= ECMAScript 2017) (ant-design#16340)
  • Loading branch information
sbusch authored and zombieJ committed May 1, 2019
1 parent 7a7aa65 commit 106423f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"noUnusedLocals": true,
"noImplicitAny": true,
"target": "es6",
"lib": ["dom", "es7"]
"lib": ["dom", "es2017"]
},
"exclude": ["node_modules", "lib", "es"]
}

0 comments on commit 106423f

Please sign in to comment.