Skip to content
This repository has been archived by the owner on Jan 13, 2023. It is now read-only.

Commit

Permalink
feat(deps): Bump TS lib/target to esnext (#343 by @robinheinze)
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
robinheinze authored May 21, 2020
1 parent 2e94b62 commit d3f9cc4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion boilerplate/package.json.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
"react-powerplug": "1.0.0",
"rimraf": "3.0.2",
"solidarity": "2.3.1",
"typescript": "3.8.3"
"typescript": "3.9.3"
},
"jest": {
<% if (!props.useExpo) { -%>
Expand Down
4 changes: 2 additions & 2 deletions boilerplate/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"noImplicitThis": true,
"noUnusedLocals": true,
"sourceMap": true,
"target": "es2015",
"lib": ["es7"],
"target": "esnext",
"lib": ["esnext"],
"skipLibCheck": true
},
"exclude": ["node_modules"],
Expand Down

0 comments on commit d3f9cc4

Please sign in to comment.