Add es2019.string back to tsconfig

Our eslint tests were breaking, as it appears that later years do not
include APIs added in previous years, like trimStart()
This commit is contained in:
Damien Elmes 2023-05-11 15:10:23 +10:00
parent 9ec4bcbfd2
commit 4b90fd94a8

View file

@ -29,6 +29,7 @@
"es2018.regexp",
"es2019.array",
"es2019.object",
"es2019.string",
"es2020.string",
"es2020.promise",
"dom",