Skip to content
This repository has been archived by the owner on Aug 9, 2021. It is now read-only.

Commit

Permalink
change lib to es6
Browse files Browse the repository at this point in the history
  • Loading branch information
angelwen08 committed Jun 12, 2018
1 parent 1a063c7 commit 12d7391
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.json
Expand Up @@ -14,7 +14,8 @@
],
"compilerOptions": {
"noImplicitAny": true,
"target": "es6",
"target": "es5",
"lib"["es6"],
"allowJs": true
}
}

0 comments on commit 12d7391

Please sign in to comment.