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

Commit

Permalink
fix: Update to use es6 lib in tsconfig (#213 by @kevinvangelder)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinvangelder authored and jamonholmgren committed Aug 13, 2019
1 parent 3001b39 commit b530eee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions boilerplate/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"noUnusedLocals": true,
"sourceMap": true,
"target": "es2015",
"lib": ["es6"],
"skipLibCheck": true
},
"exclude": ["node_modules"],
Expand Down

0 comments on commit b530eee

Please sign in to comment.