Skip to content

Commit b048469

Browse files
committed
Switched to ES2018 target
1 parent eff555a commit b048469

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"strictNullChecks": true,
3131
"strictPropertyInitialization": true,
3232
"stripInternal": true,
33-
"target": "es2015"
33+
"target": "es2018"
3434
},
3535
"include": [
3636
"src/overrides/assets/javascripts",

0 commit comments

Comments
 (0)