Skip to content

Commit

Permalink
Switch to esnext
Browse files Browse the repository at this point in the history
  • Loading branch information
microshine committed Mar 24, 2018
1 parent 81eea2a commit 3ec2188
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions tsconfig.json
@@ -1,11 +1,6 @@
{
"compilerOptions": {
"target": "es5",
"lib": [
"es5",
"es2015",
"dom"
],
"target": "esnext",
"noUnusedLocals": true,
"module": "commonjs",
"moduleResolution": "node",
Expand Down

0 comments on commit 3ec2188

Please sign in to comment.