Commit f9fb7d5
authored
Update target in tsconfig.json to 'es2020' (#2420)
tsconfig-google.json explicitly sets this to 'es2018', so need to
override it, to prevent lint warnings about using es2020 specific
features.
This would have previously caused warnings when using es2019 specific
features, but apparently CTS didn't use any of them.
Issue #24161 parent 452c87e commit f9fb7d5
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
| |||
0 commit comments