Skip to content

Commit

Permalink
fix(Templates): Compilation target ES2019 in aws-nodejs-typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
fredericbarthelet committed Jan 18, 2021
1 parent 37d5f9e commit 4469388
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"noUnusedParameters": true,
"removeComments": true,
"sourceMap": true,
"target": "ESNext",
"target": "ES2019",
"outDir": "lib"
},
"include": ["src/**/*.ts"],
Expand Down

0 comments on commit 4469388

Please sign in to comment.