tsconfig: Update to ES2021 target
This allows us to use String#replaceAll.
This commit is contained in:
parent
cf1960a5a1
commit
dbf8625378
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
"outDir": "lib",
|
||||
"rootDir": "src",
|
||||
"strict": true,
|
||||
"target": "es2017"
|
||||
"target": "es2021"
|
||||
},
|
||||
"include": [
|
||||
"src/**/*"
|
||||
|
|
Loading…
Reference in a new issue