Skip to content

Commit

Permalink
fix: Property 'replaceAll' does not exist on type 'string'
Browse files Browse the repository at this point in the history
  • Loading branch information
CottonCandyZ committed Jan 18, 2024
1 parent 4523af2 commit 9816147
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
"target": "ES2020",
"module": "ES2020",
"allowJs": true,
"checkJs": true
"checkJs": true,
"lib": [
"ES2021.String"
]
}
}

0 comments on commit 9816147

Please sign in to comment.