tsconfig: Update to ES2021 target

This allows us to use String#replaceAll.
This commit is contained in:
Danny Lin 2021-11-07 02:34:52 -08:00
parent cf1960a5a1
commit dbf8625378

View file

@ -6,7 +6,7 @@
"outDir": "lib",
"rootDir": "src",
"strict": true,
"target": "es2017"
"target": "es2021"
},
"include": [
"src/**/*"