Skip to content

Commit acdd98a

Browse files
fix: Bump tsconfig lib to es2021 to support String.replaceAll
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 49fbee2 commit acdd98a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"compilerOptions": {
33
"noEmit": true,
44
"allowImportingTsExtensions": true,
5-
"lib": ["dom", "es2020"],
5+
"lib": ["dom", "es2021"],
66
"types": ["vitest/globals", "node"],
77
"baseUrl": ".",
88
"paths": {

0 commit comments

Comments
 (0)