need string.replaceAll

This commit is contained in:
Josh Guyette 2024-01-05 13:30:05 -06:00
parent d491a2977e
commit b80e26724c
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
{
"compilerOptions": {
"target": "ES2020",
"target": "ES2021",
"module": "ESNext",
"esModuleInterop": true,
"strict": true,