Skip to content

Commit c6791b8

Browse files
authored
Merge pull request #1108 from typed-ember/chriskrycho-patch-1
chore: update blueprint `target` value to `2020`
2 parents 9e0fff4 + 92f00cd commit c6791b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blueprint-files/ember-cli-typescript/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"compilerOptions": {
3-
"target": "es2017",
3+
"target": "es2020",
44
"allowJs": true,
55
"moduleResolution": "node",
66
"allowSyntheticDefaultImports": true,

0 commit comments

Comments
 (0)